From 08b8922538bd327f828b1b474c01076d7e941f1c Mon Sep 17 00:00:00 2001 From: Harry Date: Fri, 23 Aug 2024 09:57:50 +0700 Subject: [PATCH] test: print ip --- .github/workflows/authservice-case1.yml | 2 +- .github/workflows/authservice-case2.yml | 2 +- .github/workflows/authservice-case3.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/authservice-case1.yml b/.github/workflows/authservice-case1.yml index 1f98823..e057e07 100644 --- a/.github/workflows/authservice-case1.yml +++ b/.github/workflows/authservice-case1.yml @@ -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 diff --git a/.github/workflows/authservice-case2.yml b/.github/workflows/authservice-case2.yml index f24731f..597e406 100644 --- a/.github/workflows/authservice-case2.yml +++ b/.github/workflows/authservice-case2.yml @@ -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 diff --git a/.github/workflows/authservice-case3.yml b/.github/workflows/authservice-case3.yml index e8566c4..8071fae 100644 --- a/.github/workflows/authservice-case3.yml +++ b/.github/workflows/authservice-case3.yml @@ -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