Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Apr 11, 2024
1 parent 5d484f5 commit 4c7562b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
ls "${KNAPSACK_DATA}"
ctest --parallel
env:
KNAPSACK_DATA: ${GITHUB_WORKSPACE}/data/knapsack
SUBSET_SUM_DATA: ${GITHUB_WORKSPACE}/data/subset_sum
MULITPLE_CHOICE_SUBSET_SUM_DATA: ${GITHUB_WORKSPACE}/data/multiple_choice_subset_sum
KNAPSACK_DATA: ${{ github.workspace }}/data/knapsack
SUBSET_SUM_DATA: ${{ github.workspace }}/data/subset_sum
MULITPLE_CHOICE_SUBSET_SUM_DATA: ${{ github.workspace }}/data/multiple_choice_subset_sum
- name: Run tests
run: python3 -u scripts/run_tests.py test_results
- name: Checkout main branch
Expand Down

0 comments on commit 4c7562b

Please sign in to comment.