Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwe-adfinis committed Jan 22, 2025
1 parent 73e7b44 commit 3b6d934
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/build/ci/github-actions/
container-registry:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
ENV: dev
steps:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
docker-tests:
name: Docker tests
needs: [lint]
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
ENV: dev
steps:
Expand All @@ -57,7 +57,6 @@ jobs:
- name: Set UID
run: |
echo "UID=$(id --user)" > .env
echo "ISOLATE_UNOCONV=true" >> .env
- name: Build docker containers
run: docker compose up -d --build
- name: Run pytest
Expand All @@ -66,7 +65,7 @@ jobs:
compatibility-tests:
name: Compatibility tests
needs: [lint]
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ services:
]
environment:
- ENV=dev
- ISOLATE_UNOCONV=true

0 comments on commit 3b6d934

Please sign in to comment.