Skip to content
Snippets Groups Projects
Commit 8f1aab8f authored by Sigurd's avatar Sigurd
Browse files

Testing

parents f2591ee0 f2591ee0
No related branches found
No related tags found
No related merge requests found
......@@ -7,18 +7,14 @@ on:
jobs:
test:
name: test
runs-on: ubuntu-latest
env:
working-directory: ./backend/secfit
container: python:3.8
steps:
- run: echo $ls
- run: ls -la
- run: cd backend/secfit
- run: apt-get update -qy
- run: pip install -r requirements.txt
staging:
name: staging
runs-on: ubuntu-latest
container: ruby
needs: [test]
steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment