Skip to content

Commit

Permalink
Merge pull request #29 from mreiche/feature/workflows
Browse files Browse the repository at this point in the history
Renamed tasks
  • Loading branch information
mreiche authored Jul 20, 2024
2 parents 043ae2d + e109b13 commit c3d2db5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-paf-test-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
# https://github.com/marketplace/actions/build-and-push-docker-images
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
jobs:
build:
build-image:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Tests
name: PAF tests

on:
push:
Expand All @@ -21,8 +21,7 @@ permissions:
contents: read

jobs:
build:

run-tests:
runs-on: ubuntu-latest
container:
image: ghcr.io/mreiche/paf-test-base:main
Expand Down

0 comments on commit c3d2db5

Please sign in to comment.