Skip to content

Commit

Permalink
test: run tests the correct way
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed May 13, 2024
1 parent d716718 commit 8f01e2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lagoon-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Install test harness
run: |
yarn install
- name: Generate test files
- name: Run simple docker-compose tests
run: |
yarn generate-tests
- name: Run docker-compose tests
yarn test:simple
- name: Run advanced docker-compose tests
run: |
yarn test:dockercompose
yarn test:advanced
# - name: Run Lando tests
# timeout-minutes: 10
# continue-on-error: true
Expand Down

0 comments on commit 8f01e2e

Please sign in to comment.