-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2ee14e
commit 00a8542
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,16 +30,16 @@ jobs: | |
uses: actions/checkout@master | ||
|
||
- name: Build tests container | ||
run: docker-compose build tests | ||
run: docker compose build tests | ||
|
||
- name: Run tests | ||
run: docker-compose run tests | ||
run: docker compose run tests | ||
|
||
- name: Run tests without typechecking | ||
id: no_typecheck | ||
uses: mathiasvr/[email protected] | ||
with: | ||
run: docker-compose run no_check_tests | ||
run: docker compose run no_check_tests | ||
continue-on-error: true | ||
|
||
- name: Report no typechecking tests status | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters