Skip to content

Commit

Permalink
Update cypress-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ballPointPenguin authored Nov 10, 2023
1 parent bd84d0d commit a91a950
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ on:

jobs:
cypress-run:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Build and Run Application
uses: isbang/[email protected]
env:
GOOGLE_CREDENTIALS_BASE64: ${{ secrets.GOOGLE_CREDENTIALS_BASE64 }}
with:
compose-file: |
docker-compose.yml
Expand Down

0 comments on commit a91a950

Please sign in to comment.