Skip to content

Commit

Permalink
fix: try different path
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederschmidt committed Oct 1, 2024
1 parent 58b80d3 commit e9e5c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run Robot Framework tests
env:
PLAYBOOK: AD_LDAP_Account_Locking.json
PLAYBOOK: ${GITHUB_WORKSPACE}/AD_LDAP_Account_Locking.json
run: |
mkdir -p results
robot -d results -L DEBUG:INFO .github/tests/robot/PlaybookScanner.robot
Expand Down

0 comments on commit e9e5c8a

Please sign in to comment.