Skip to content

Commit

Permalink
Oups
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jul 14, 2024
1 parent 3f34563 commit 929de22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
uses: ./.github/workflows/typechecking.yml
tests:
uses: ./.github/workflows/tests.yml
tests_navig:
web_tests:
uses: ./.github/workflows/webTests.yml
publier_appli_internet:
publish_web_app:
needs: [ typechecking, web_tests ]
uses: ./.github/workflows/publishPage.yml
draft_release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
cancel-in-progress: true

defaults:
run:
run:
shell: 'bash'

jobs:
Expand Down

0 comments on commit 929de22

Please sign in to comment.