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 cf39926
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ jobs:
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
with:
node-version: ${{ env.NODE_VERSION }}
- name: Setup Environment
run: |
export OSCAL_CLI_URL=${{ matrix.cli_url }}
- name: Install Dependencies
run: |
OSCAL_CLI_URL=${{ matrix.cli_url }} && make configure
make configure
- name: Run tests
shell: bash
run: |
Expand Down

0 comments on commit cf39926

Please sign in to comment.