Skip to content

Commit

Permalink
fix/pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
choewy committed Jun 18, 2023
1 parent 0489a03 commit 1d262dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
branches:
- master

env:
compose-file: ./aws-docker/docker-compose.yml

jobs:
test:
name: Run Test
Expand All @@ -33,7 +30,7 @@ jobs:
- name: Run Docker Compose
uses: isbang/compose-action@v1.4.1
with:
compose-file: ${{ compose-file }}
compose-file: ./aws-docker/docker-compose.yml

- name: Testing
run: npm run test

0 comments on commit 1d262dd

Please sign in to comment.