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

agia

parent 8f1aab8f
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ on: ...@@ -7,6 +7,7 @@ on:
jobs: jobs:
test: test:
name: test name: test
runs-on: ubuntu-latest
container: python:3.8 container: python:3.8
steps: steps:
- run: cd backend/secfit - run: cd backend/secfit
...@@ -15,6 +16,7 @@ jobs: ...@@ -15,6 +16,7 @@ jobs:
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