Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed Jul 5, 2024
1 parent 824d165 commit 4293550
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/pr2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ jobs:
- name: Test Quickstart start
timeout-minutes: 10
run: |
./new-quickstart/run.sh # todo: fixme
cleanup:
runs-on: ubuntu-latest
needs: test
if: always()
steps:
./new-quickstart/run.sh || (docker-compose logs && exit 1) # todo: fixme
- name: Clean up Quickstart
run: |
./new-quickstart/clean.sh # todo: fixme
./new-quickstart/clean.sh # todo: fixme

0 comments on commit 4293550

Please sign in to comment.