Skip to content

Commit

Permalink
test: fix LW_CLI_BIN env
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Feb 27, 2024
1 parent 06e8821 commit fe84e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
CI_API_KEY: ${{ secrets.CI_API_KEY }}
CI_API_SECRET: ${{ secrets.CI_API_SECRET }}
LW_INT_TEST_AWS_ACC: ${{ secrets.LW_INT_TEST_AWS_ACC }}
LW_CLI_BIN: bin/lacework
LW_CLI_BIN: lacework
run: |
make integration-only-subset index=${{ matrix.index }}
Expand Down

0 comments on commit fe84e92

Please sign in to comment.