Skip to content

Commit

Permalink
Merge pull request #50 from WildCodeSchool/CI-INIT
Browse files Browse the repository at this point in the history
FIXED frontend name
  • Loading branch information
Gessmass authored Aug 21, 2024
2 parents 78d1da0 + 890cad4 commit cff8d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Goto client and run tests
- name: Goto frontend and run tests
run: cd frontend && npm i && npm test
docker:
needs: test-front
Expand All @@ -28,5 +28,5 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
context: "{{defaultContext}}:client"
context: "{{defaultContext}}:frontend"
tags: ${{ secrets.DOCKERHUB_USERNAME }}/wildtransfer:latest

0 comments on commit cff8d5b

Please sign in to comment.