mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
switched stages to make testing faster
This commit is contained in:
parent
cce48a2638
commit
97841608e0
1 changed files with 3 additions and 4 deletions
|
|
@ -14,11 +14,10 @@ variables:
|
|||
GOVERSION: "1.16.9"
|
||||
|
||||
stages:
|
||||
- integration
|
||||
- lint
|
||||
- test
|
||||
- build
|
||||
|
||||
- integration
|
||||
|
||||
#before_script:
|
||||
#- echo "before_script"
|
||||
|
|
@ -115,7 +114,7 @@ upload to sonarcloud:
|
|||
- job: run jest tests
|
||||
|
||||
build for linux amd64:
|
||||
stage: integration
|
||||
stage: lint
|
||||
image: golang:1.16.10
|
||||
script:
|
||||
- rm -r lattice
|
||||
|
|
@ -199,7 +198,7 @@ build container fb:
|
|||
|
||||
# deploy EC2 instance and save instance ID to a text file
|
||||
deploy node for linux amd64:
|
||||
stage: integration
|
||||
stage: lint
|
||||
image: registry.gitlab.com/gitlab-org/cloud-deploy/aws-base:latest
|
||||
script:
|
||||
- ./qa/scripts/deployNode.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue