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:
|
||||
name: Build and test
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:noble
|
||||
services:
|
||||
postgres:
|
||||
image: postgis/postgis:17-3.5
|
||||
|
|
@ -30,12 +28,6 @@ jobs:
|
|||
MIX_ENV: test
|
||||
|
||||
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
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
with:
|
||||
|
|
@ -87,18 +79,10 @@ jobs:
|
|||
dialyzer:
|
||||
name: Dialyzer
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:noble
|
||||
env:
|
||||
MIX_ENV: dev
|
||||
|
||||
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
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
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