mirror of
https://github.com/craigerl/aprsd.git
synced 2024-12-24 10:50:35 -05:00
Remove docker build from test
This patch removes the container build from the main python.yml github action that is only supposed to test tox results for commits
This commit is contained in:
parent
1383352e75
commit
f9d3bc433f
11
.github/workflows/python.yml
vendored
11
.github/workflows/python.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Test and Build
|
||||
name: TOX Test
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
@ -20,12 +20,3 @@ jobs:
|
||||
pip install tox tox-gh-actions
|
||||
- name: Test with tox
|
||||
run: tox
|
||||
|
||||
build:
|
||||
needs: tox
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build the Docker image
|
||||
working-directory: ./docker
|
||||
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
|
||||
|
Loading…
Reference in New Issue
Block a user