Skip to content
Snippets Groups Projects
Commit 8754508b authored by Steve Reis's avatar Steve Reis
Browse files

ci: Add test on every branch [skip-ci]

parent 10e16cc3
No related branches found
No related tags found
No related merge requests found
......@@ -12,16 +12,6 @@ before_script:
test:
image: node:16.14-alpine
stage: test
only:
refs:
- main
- rc
- beta
- develop
# This matches maintenance branches
- /^(([0-9]+)\.)?([0-9]+)\.x/
# This matches pre-releases
- /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
before_script: []
script:
- cd ./api
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment