Skip to content

Commit

Permalink
try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Jan 23, 2025
1 parent d716ffa commit 7af35b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Run tests
run: |
export POLICY_DIR="$(pwd)/policy"
export UTILS_REGO="$POLICY_DIR/policy/common/common.utils.rego"
export UTILS_REGO="$(pwd)/policy/common/common.utils.rego"
cd /tmp/avmpolicytester
go test -v github.com/lonegunmanb/avmpolicytester/...

0 comments on commit 7af35b0

Please sign in to comment.