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: ...@@ -7,18 +7,14 @@ on:
jobs: jobs:
test: test:
name: test name: test
runs-on: ubuntu-latest container: python:3.8
env:
working-directory: ./backend/secfit
steps: steps:
- run: echo $ls - run: cd backend/secfit
- run: ls -la
- run: apt-get update -qy - run: apt-get update -qy
- run: pip install -r requirements.txt - run: pip install -r requirements.txt
staging: staging:
name: staging name: staging
runs-on: ubuntu-latest
container: ruby container: ruby
needs: [test] needs: [test]
steps: 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