ci: do not test build

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-07-06 21:02:56 +02:00
parent 952cc8a499
commit be5b8c36b0
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -4,15 +4,15 @@ stages:
- test
- deploy
test:
stage: test
script:
- yarn install
- URL=http://localhost BASE_URL=/ yarn build
except:
- main
# tags:
# - shared-fi
# test:
# stage: test
# script:
# - yarn install
# - URL=http://localhost BASE_URL=/ yarn build
# except:
# - main
# # tags:
# # - shared-fi
deploy:
stage: deploy