Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wandmagic committed Jan 22, 2025
1 parent 0685482 commit 45daa28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
- name: Install Dependencies
run: |
OSCAL_CLI_URL=${{ matrix.cli_url }} && make configure
export OSCAL_CLI_URL=${{ matrix.cli_url }}
make configure
- name: Run tests
shell: bash
run: |
Expand Down

0 comments on commit 45daa28

Please sign in to comment.