Skip to content

Commit

Permalink
test: print ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry authored and Harry committed Aug 23, 2024
1 parent a80eae9 commit 08b8922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/authservice-case1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
TESTMAIL_APP_APIKEY: ${{ secrets.TESTMAIL_APP_APIKEY }}
MAIL_APP: ${{ secrets.MAIL_APP }}
run: |
npm install && npx playwright install && npm run test:authservice:case1
ifconfig && npm install && npx playwright install && npm run test:authservice:case1
- name: Get current timestamp
id: get-time
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/authservice-case2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
TESTMAIL_APP_APIKEY: ${{ secrets.TESTMAIL_APP_APIKEY }}
MAIL_APP: ${{ secrets.MAIL_APP }}
run: |
npm install && npx playwright install && npm run test:authservice:case2
ifconfig && npm install && npx playwright install && npm run test:authservice:case2
- name: Get current timestamp
id: get-time
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/authservice-case3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
TESTMAIL_APP_APIKEY: ${{ secrets.TESTMAIL_APP_APIKEY }}
MAIL_APP: ${{ secrets.MAIL_APP }}
run: |
npm install && npx playwright install && npm run test:authservice:case3
ifconfig && npm install && npx playwright install && npm run test:authservice:case3
- name: Get current timestamp
id: get-time
Expand Down

0 comments on commit 08b8922

Please sign in to comment.