Skip to content

Commit

Permalink
update gh action files
Browse files Browse the repository at this point in the history
  • Loading branch information
Demian Godon authored and Demian Godon committed Mar 14, 2024
1 parent c0ef17d commit 91ed7fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 39 deletions.
28 changes: 10 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
name: Deploy

on:
push:
branches:
- main
pull_request:
branches:
- main

name: End-to-end tests
on: push
jobs:
build:
runs-on: ubuntu-latest
cypress-run:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }} #Must be unique in Heroku
heroku_email: ${{ secrets.HEROKU_EMAIL }}
- name: Checkout
uses: actions/checkout@v4
# Install npm dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
21 changes: 0 additions & 21 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 91ed7fc

Please sign in to comment.