Skip to content

Commit

Permalink
Fix build-test-and-upload workflow (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
WStechura authored Nov 26, 2024
1 parent 7b196bc commit a8d5703
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-test-and-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
uses: ./.github/actions/setup-build-environment
- name: Build the collection
uses: ./.github/actions/build-collection
- name: Run tests
uses: ./.github/actions/run-tests
- name: Run sanity tests
uses: ./.github/actions/run-sanity-tests
- name: Run component tests
uses: ./.github/actions/run-component-tests
- name: Upload the collection
uses: ./.github/actions/upload-collection

0 comments on commit a8d5703

Please sign in to comment.