Fixes Nginx path (#121)

* Fixes Nginx path

* Speeds up tests
This commit is contained in:
Chris Anderson 2023-04-10 08:55:29 -05:00 committed by GitHub
parent a5b4f62d29
commit cfdea761f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,6 @@ jobs:
npm run lint
test:
needs: lint
runs-on: ubuntu-latest
strategy:
matrix:
@ -78,7 +77,6 @@ jobs:
STORAGE_DRIVER: s3
build:
needs: lint
runs-on: ubuntu-latest
strategy: