Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/caiolara090/GameStore into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
LuizFGRocha committed Jul 8, 2024
2 parents 169588e + 4af97c9 commit 61dee3d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Automated tests
name: Automated CI

on:
push:
branches:
- developer
- main
pull_request:
branches:
- developer
- main
workflow_dispatch:

Expand All @@ -21,9 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies in backend
if: github.ref == 'refs/heads/main' && contains(github.event_name, 'push')
run: cd backend && npm install

- name: Run tests in backend
if: github.ref == 'refs/heads/main' && contains(github.event_name, 'push')
run: cd backend && npm test

0 comments on commit 61dee3d

Please sign in to comment.