From 1662ff6682e6e6577dfeeb8be213e03618452d7c Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 31 May 2022 19:16:45 +0200 Subject: [PATCH] copied the fucking env vars because you can't do it variable --- .github/workflows/why2-project.yml | 5 +++++ .github/workflows/why2-test.yml | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/workflows/why2-project.yml b/.github/workflows/why2-project.yml index 2881c2b..88ceb1c 100644 --- a/.github/workflows/why2-project.yml +++ b/.github/workflows/why2-project.yml @@ -18,6 +18,11 @@ jobs: build: build.sh test: test + - os: macos-latest + configure: configure.sh + build: build.sh + test: test + steps: - name: Checkout repository uses: actions/checkout@v2 diff --git a/.github/workflows/why2-test.yml b/.github/workflows/why2-test.yml index 7de4e5f..ba986d4 100644 --- a/.github/workflows/why2-test.yml +++ b/.github/workflows/why2-test.yml @@ -19,6 +19,12 @@ jobs: build: build.sh app: why2 + - os: macos-latest + output: out/why2-test + configure: configure.sh + build: build.sh + app: why2 + steps: - name: Checkout repository uses: actions/checkout@v2 @@ -66,6 +72,11 @@ jobs: configure: configure.sh app: why2 + - os: macos-latest + output: out/why2-test + configure: configure.sh + app: why2 + steps: - name: Checkout repository uses: actions/checkout@v2