Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
the-dipsy authored Mar 12, 2024
1 parent 885ff52 commit a751030
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
name: dev branch tests

on:
push:
branches: [dev]

jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: build image
uses: redhat-actions/buildah-build@v2
with:
containerfiles: ./Containerfile
image: pyromaniac
- name: run tests
run: |
podman run --rm \
--volume ./tests:/src/tests:ro \
--workdir /src \
--entrypoint "/usr/bin/python3" \
pyromaniac -m unittest

0 comments on commit a751030

Please sign in to comment.