Skip to content

Commit

Permalink
chore: debug cypress CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Jul 21, 2023
1 parent 76c7a95 commit f91cda6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: "auth"
name: "Authenticate to Google Cloud"
uses: "google-github-actions/auth@v1"
with:
credentials_json: "${{ secrets.GOOGLE_CREDENTIALS }}"
- name: dev env setup
uses: ./.github/actions/dev-env-setup
- name: run app locally
Expand Down

0 comments on commit f91cda6

Please sign in to comment.