Re-enables buildjet
parent
c7bdb52e0a
commit
badd655e1e
|
@ -4,8 +4,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
e2e:
|
e2e:
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
# runs-on: buildjet-4vcpu-ubuntu-2204 # Uncomment before merging
|
runs-on: buildjet-4vcpu-ubuntu-2204
|
||||||
runs-on: ubuntu-latest
|
|
||||||
env:
|
env:
|
||||||
DATABASE_URL: postgresql://postgres:@localhost:5432/calendso
|
DATABASE_URL: postgresql://postgres:@localhost:5432/calendso
|
||||||
NEXT_PUBLIC_WEBAPP_URL: http://localhost:3000
|
NEXT_PUBLIC_WEBAPP_URL: http://localhost:3000
|
||||||
|
|
|
@ -3,8 +3,7 @@ on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
# runs-on: buildjet-4vcpu-ubuntu-2204 # Uncomment before merging
|
runs-on: buildjet-4vcpu-ubuntu-2204
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue