Skip to content

Commit

Permalink
Update runTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-applitools authored Jun 26, 2024
1 parent f4e4a57 commit eb7bb61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/runTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Azure login
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- run: |
chmod +x runFlan
chmod +x print_CNAME_or_A_entries.sh
Expand Down

0 comments on commit eb7bb61

Please sign in to comment.