fix gitignore

This commit is contained in:
William Banfield
2021-09-30 14:40:49 -04:00
parent 661471f5f4
commit c2a3a9ae96
5 changed files with 35 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ jobs:
- name: Run reproducer test cases
working-directory: test/e2e
run: ./build/runner -f networks/apphash-fail.toml
run: ./build/runner -f networks/regression/apphash-fail.toml
e2e-nightly-fail-2:

29
.github/workflows/e2e-regressions.yml vendored Normal file
View File

@@ -0,0 +1,29 @@
name: e2e-regression
on:
workflow_dispatch: # allow running workflow manually
schedule:
- cron: '0 2 * * *'
jobs:
e2e-nightly-regression:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.16'
- uses: actions/checkout@v2.3.4
- uses: technote-space/get-diff-action@v5
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- name: Build
working-directory: test/e2e
run: make -j2 docker generator runner tests
- name: Run reproducer test cases
working-directory: test/e2e
run: ./build/runner -f networks/regression/apphash-fail.toml

View File

@@ -39,4 +39,4 @@ jobs:
- name: Emit logs on failure
if: ${{ failure() }}
working-directory: test/e2e
run: ./build/runner -f networks/ci.toml logs
run: ./run-multiple.sh networks/regression/*.toml