Skip to content

Commit

Permalink
Fix CICD config
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Dec 29, 2022
1 parent 5c7375b commit 63c84c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build and test.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
name: node_modules
path: node_modules.tar

"Test Node":
Testing-node:
needs: Build
runs-on: ubuntu-latest
strategy:
Expand All @@ -50,7 +50,7 @@ jobs:
- run: tar -xvf node_modules.tar
- run: yarn test-only

"Test browser":
Testing-browser:
needs: Build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 63c84c0

Please sign in to comment.