From c5c20867490093981f1c66d77f1f245e5f233645 Mon Sep 17 00:00:00 2001 From: Thomas <97889246+TomacGG@users.noreply.github.com> Date: Sat, 21 Sep 2024 19:28:36 +0200 Subject: [PATCH] Change build.yaml --- .github/workflows/build.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 45dcfe9..3ed8c74 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -95,13 +95,18 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 + - name: Tailscale + uses: tailscale/github-action@v2 + with: + authkey: ${{ secrets.TAILSCALE_AUTHKEY }} + - name: Install Postman CLI run: | curl -o- "https://dl-cli.pstmn.io/install/linux64.sh" | sh - name: Login to Postman CLI run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }} - + - name: Run API tests run: | postman collection run "30665597-dfd0780b-a8ab-42c8-a6ec-9070c7161ded" \ No newline at end of file