fix: use ubuntu-latest runner instead of docker container
This commit is contained in:
parent
25b5738de2
commit
e1a1925399
2 changed files with 1 additions and 17 deletions
|
|
@ -10,8 +10,6 @@ jobs:
|
||||||
quality:
|
quality:
|
||||||
name: Build and test
|
name: Build and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ubuntu:noble
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgis/postgis:17-3.5
|
image: postgis/postgis:17-3.5
|
||||||
|
|
@ -30,12 +28,6 @@ jobs:
|
||||||
MIX_ENV: test
|
MIX_ENV: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install system packages
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install -y --no-install-recommends git ca-certificates nodejs npm
|
|
||||||
rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -87,18 +79,10 @@ jobs:
|
||||||
dialyzer:
|
dialyzer:
|
||||||
name: Dialyzer
|
name: Dialyzer
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ubuntu:noble
|
|
||||||
env:
|
env:
|
||||||
MIX_ENV: dev
|
MIX_ENV: dev
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install system packages
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install -y --no-install-recommends git ca-certificates nodejs npm
|
|
||||||
rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
2
vendor/aprs
vendored
2
vendor/aprs
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4d262abc431129af2aec3c9dff97e841529403ff
|
Subproject commit 404b307ef338e8ad29d6c1466f2306465154c687
|
||||||
Loading…
Add table
Reference in a new issue