Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
garrytrinder committed Jul 1, 2024
1 parent 029d8e2 commit 38f0c93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/api-permissions-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
echo "TEST_USERNAME=${{ vars.TEST_USERNAME }}" > .env
echo "TEST_PASSWORD=${{ secrets.TEST_PASSWORD }}" >> .env
- name: Check Dev Proxy version
run: devproxy --version

#################################
# Cache + install of Playwright #
#################################
Expand Down Expand Up @@ -72,6 +69,9 @@ jobs:
if: steps.cache-devproxy.outputs.cache-hit != 'true'
run: bash -c "$(curl -sL https://aka.ms/devproxy/setup.sh)" -- ${{ env.DEVPROXY_VERSION }}

- name: Check Dev Proxy version
run: ./devproxy/devproxy --version

- name: Run Dev Proxy
run: /bin/bash run.sh

Expand Down

0 comments on commit 38f0c93

Please sign in to comment.