Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkli committed Feb 17, 2024
1 parent 50a103b commit aad2b48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
Tests:
runs-on: ubuntu-latest
needs:
- build
- Build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Test
run: npm run tests:ci

Build-demo:
Demo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -100,9 +100,9 @@ jobs:
Deploy-demo:
name: '[Merge] Deploy demo website'
needs:
- build
- tests
- demo
- Build
- Tests
- Demo
if: github.event_name == 'push' && github.ref_name == 'master'
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit aad2b48

Please sign in to comment.