Remove tests, doing in one
Build & Push Docker Images / test-backend (push) Successful in 45s
Build & Push Docker Images / test-frontend (push) Successful in 41s
Build & Push Docker Images / build-backend (push) Failing after 27s
Build & Push Docker Images / build-frontend (push) Failing after 23s
Build & Push Docker Images / test-backend (push) Successful in 45s
Build & Push Docker Images / test-frontend (push) Successful in 41s
Build & Push Docker Images / build-backend (push) Failing after 27s
Build & Push Docker Images / build-frontend (push) Failing after 23s
This commit is contained in:
@@ -1,31 +0,0 @@
|
|||||||
name: Run Tests
|
|
||||||
run-name: ${{ gitea.actor }} - ${{ gitea.event_name }} - ${{ gitea.ref }}
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test-backend:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
cd backend
|
|
||||||
npm ci
|
|
||||||
- name: Run tests
|
|
||||||
run: |
|
|
||||||
cd backend
|
|
||||||
npm run test
|
|
||||||
test-frontend:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
cd frontend
|
|
||||||
npm ci
|
|
||||||
- name: Run tests
|
|
||||||
run: |
|
|
||||||
cd frontend
|
|
||||||
npm run test
|
|
||||||
Reference in New Issue
Block a user