Skip to content

Commit

Permalink
order matters
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Vanhemert committed Nov 30, 2023
1 parent 694ddc2 commit ca236d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ jobs:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Environment setup
uses: ./.github/actions/setup

- name: Create test bundle
run: uds run create-test-bundle

- name: Environment setup
uses: ./.github/actions/setup

- name: Setup cluster
run: uds run setup-cluster

- name: Test package
run: uds run test-package

- name: Cleanup
if: always()
run: uds run cleanup
Expand Down

0 comments on commit ca236d0

Please sign in to comment.