From 049af57eb2e15a06a887d47677354e1a0c76667c Mon Sep 17 00:00:00 2001 From: Ilya Bygrimov Date: Thu, 14 Nov 2024 00:03:11 +0100 Subject: [PATCH] Squashed commit of the following: commit f1d77c552e5c60b1b94db1ac4dd86a335388b83c Author: Ilya Bygrimov Date: Thu Nov 14 00:02:52 2024 +0100 dependecies in build & bump version of upload commit cf9cb64ff5acfa75df27202037d6f137fd5038fc Merge: dc01ccb c2ff3b3 Author: Ilya Bygrimov Date: Thu Nov 14 00:01:32 2024 +0100 Merge branch 'feat/python-tests' into local/python-tests commit dc01ccb54f97c86dc05f7faede5463682b300065 Author: Ilya Bygrimov Date: Wed Nov 13 23:26:40 2024 +0100 Add workflow file commit 753c4e7af05b48f5add9591f8371e26d9bd4f117 Author: Ilya Bygrimov Date: Wed Nov 13 18:28:18 2024 +0100 Start 3 node at same time --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d42caa..8bd33df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,13 +32,15 @@ jobs: - name: Upload binary artifact if: github.event_name == 'release' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: galacticad path: build/galacticad test: runs-on: self-hosted + needs: + - build steps: - name: Checkout code uses: actions/checkout@v2