Skip to content

Commit

Permalink
ci: fix windows GH actions
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune committed Oct 20, 2023
1 parent 8999a52 commit db60e07
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/windows-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Run integration tests for the Lacework CLI on Windows

on:
pull_request:
branches:
- main
- release
push:
branches:
- main
Expand All @@ -23,6 +27,14 @@ jobs:

- name: Running integration tests
shell: pwsh
env:
CI_ACCOUNT: ${{ secrets.CI_ACCOUNT }}
CI_SUBACCOUNT: ${{ secrets.CI_SUBACCOUNT }}
CI_API_KEY: ${{ secrets.CI_API_KEY }}
CI_API_SECRET: ${{ secrets.CI_API_SECRET }}
HONEYAPIKEY: ${{ secrets.HONEY_DEV_KEY }}
HONEYDATASET: ${{ secrets.HONEYDATASET }}
LW_INT_TEST_AWS_ACC: ${{ secrets.LW_INT_TEST_AWS_ACC }}
run: |
Set-ExecutionPolicy Bypass -Scope Process -Force
./scripts/codefresh.ps1
Expand Down

0 comments on commit db60e07

Please sign in to comment.