Skip to content

Commit

Permalink
tox added into ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aarne33 committed May 30, 2023
1 parent b08ffae commit 7a085a2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,13 @@
name: CI
run-name: CI triggered by push from ${{ github.actor }}
on: [push]
jobs:
Build-On-Ubuntu:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: List files in the repository
run: ls ${{ github.workspace }}
- run: docker build --ssh default --target tox -t multikeyjwt:tox .
- run: docker run --rm -it -v `pwd`":/app" `echo $DOCKER_SSHAGENT` multikeyjwt:tox

0 comments on commit 7a085a2

Please sign in to comment.