Naive attempt at improving our end-to-end tests in Github Actions

This commit is contained in:
Michael Telatynski 2021-06-18 18:32:45 +01:00 committed by Germain Souquet
parent b380e43e4f
commit 6c64f564e4
3 changed files with 25 additions and 12 deletions

View file

@ -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/**/*