Skip to content

Commit

Permalink
.github/workflows/daily.yml: trigger daily perl (which will fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 31, 2021
1 parent 1bc953f commit 96f2193
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,17 @@ jobs:
uses: ./github/env/
- run: make GITHUB=1 -kj10 tools/bin/dyninfo js/wasm32.js
- run: JS=$(pwd)/bin/js WASMDIR=$(pwd) make GITHUB=1 -kj10 daily-miniperl!
perl:
name: perl
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: false
- name: Set env variables
uses: ./github/env/
- run: make GITHUB=1 -kj10 tools/bin/dyninfo js/wasm32.js
- run: JS=$(pwd)/bin/js WASMDIR=$(pwd) make GITHUB=1 -kj10 daily-perl!
python:
name: python
runs-on: ubuntu-latest
Expand Down

0 comments on commit 96f2193

Please sign in to comment.