From 1b29eaac34fbb88cad304d6daff2136a790cdb5f Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Tue, 26 Jan 2021 12:31:32 -0800 Subject: [PATCH] No self-hosted for now --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea6b2dbfa..a19506012 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,7 @@ defaults: jobs: unit-integration-test: - # runs-on: ubuntu-20.04 - runs-on: [self-hosted] + runs-on: ubuntu-20.04 env: MIX_ENV: test POSTGRES_HOST: localhost