Skip to content

Commit

Permalink
adjust actions
Browse files Browse the repository at this point in the history
Signed-off-by: Erick Wendel <[email protected]>
  • Loading branch information
ErickWendel committed Jul 24, 2024
1 parent 259bcb9 commit 7f55904
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cypress Tests - Complete Project
name: Nodered - Complete Project

on:
push:
Expand All @@ -12,8 +12,6 @@ on:
jobs:
setup-and-test:
runs-on: ubuntu-latest
volumes:
- misc:/misc
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -37,4 +35,4 @@ jobs:
- run: npm run cypress:headless

- name: Clean up
run: docker-compose down --volumes
run: docker-compose down

0 comments on commit 7f55904

Please sign in to comment.