Skip to content

Commit

Permalink
Change build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TomacGG authored Sep 21, 2024
1 parent 44d7449 commit c5c2086
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c5c2086

Please sign in to comment.