Skip to content

Commit

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

- 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: Create test bundle
run: uds run create-test-bundle

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

Expand Down

0 comments on commit 694ddc2

Please sign in to comment.