Skip to content

Commit

Permalink
Add Reference Test to Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianschaffer committed Nov 20, 2024
1 parent ce7cbd6 commit d4903b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ jobs:
- name: Run Integration Test for Unique Count with Components and with CSV
run: .github/integration-test/evaluate-unique-count-with-components-to-csv.sh ${{ matrix.test }}

- name: Run Integration Test for Reference Resolve
run: .github/integration-test/evaluate-reference-resolve.sh ${{ matrix.test }}

- name: Run Integration Test to check if it correctly exits when there are insufficient writing permissions
run: .github/integration-test/missing-permissions-test.sh

Expand Down

0 comments on commit d4903b6

Please sign in to comment.