Naive attempt at improving our end-to-end tests in Github Actions
This commit is contained in:
parent
b380e43e4f
commit
6c64f564e4
3 changed files with 25 additions and 12 deletions
7
.github/workflows/develop.yml
vendored
7
.github/workflows/develop.yml
vendored
|
@ -11,10 +11,13 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: End-to-End tests
|
||||
run: ./scripts/ci/end-to-end-tests.sh
|
||||
- name: Prepare End-to-End tests
|
||||
run: ./scripts/ci/prepare-end-to-end-tests.sh
|
||||
- name: Run End-to-End tests
|
||||
run: ./scripts/ci/run-end-to-end-tests.sh
|
||||
- name: Archive logs
|
||||
uses: actions/upload-artifact@v2
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
path: |
|
||||
test/end-to-end-tests/logs/**/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue