1
0
Fork 0
mirror of synced 2024-06-02 10:34:40 +12:00

Removing testing from single image deployment as its already carried out by CI workflow.

This commit is contained in:
mike12345567 2022-07-06 16:56:05 +01:00
parent 7bedf77f6f
commit bd3f405ba4

View file

@ -43,20 +43,6 @@ jobs:
run: yarn lint
- name: Run Yarn Build
run: yarn build
- name: Yarn Test
run: yarn test
- name: Test Code Coverage
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./packages/server/coverage/clover.xml
name: codecov-umbrella
verbose: true
- name: Test with Cypress
uses: cypress-io/github-action@v2
with:
install: false
command: yarn test:e2e:ci
- name: Login to Docker Hub
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD