From bd0a23268c90df10ecf926b97b4fe402337f6345 Mon Sep 17 00:00:00 2001 From: Sigurd <sigurd1994@hotmail.com> Date: Thu, 17 Feb 2022 14:41:42 +0100 Subject: [PATCH] agia --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 720bee3..2de7ab5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,7 @@ on: jobs: test: name: test + runs-on: ubuntu-latest container: python:3.8 steps: - run: cd backend/secfit @@ -15,6 +16,7 @@ jobs: staging: name: staging + runs-on: ubuntu-latest container: ruby needs: [test] steps: -- GitLab