mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +01:00
Fixed tests GH Action hopefully
This commit is contained in:
parent
55a7925b1d
commit
56779d4da6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
branches: [main, unit-tests]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -17,4 +17,4 @@ jobs:
|
|||
cache: 'npm'
|
||||
cache-dependency-path: package-lock.json
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
- run: npx webpack && npm test
|
Loading…
Add table
Reference in a new issue