Skip to content

Commit

Permalink
WIP test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed May 30, 2023
1 parent e3c919a commit 49fed1b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test
on: [push]
jobs:
runs-on: ubuntu-latest
container:
image: yourlabs/python
steps:
- name: Check out repository code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fix permissions
run: chown -R app:app .
- name: Run tox
run: tox -e py311-dj42

0 comments on commit 49fed1b

Please sign in to comment.