Skip to content
Snippets Groups Projects
Commit 7b29165c authored by Klaus Fischer's avatar Klaus Fischer
Browse files

Updated CI

parent 09bb4deb
No related branches found
No related tags found
1 merge request!5Replace $schema enum by $schema pattern
......@@ -13,9 +13,9 @@ workflow:
stages:
- lint
- test
- build
- upload
- test
lint:
stage: lint
......@@ -65,18 +65,18 @@ upload:release:
test:
stage: test
image: node:16.16
script:
- npm install
image: $CI_REGISTRY/node:current-alpine
before_script:
- yarn
- yarn bundle
script:
- yarn test
test-failing:
stage: test
image: node:16.16
script:
- npm install
image: $CI_REGISTRY/node:current-alpine
before_script:
- yarn
- yarn bundle
script:
- yarn test_higher_version
#!/bin/bash
#!/usr/bin/env sh
# Create a directory for the examples
rm -rf examples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment