-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
a problem workflow, running those tests which are known to have failed
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: problem | ||
on: | ||
push: | ||
branches: [ master, daily, wasm ] | ||
pull_request: | ||
branches: [ master, daily, wasm ] | ||
jobs: | ||
problem | ||
name: problem | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: false | ||
- name: Set env variables | ||
uses: ./github/env/ | ||
- run: make GITHUB=1 -kj10 problem! | ||
- run: make GITHUB=1 -kj10 artifact-push! |
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