Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit f1d77c552e5c60b1b94db1ac4dd86a335388b83c
Author: Ilya Bygrimov <[email protected]>
Date:   Thu Nov 14 00:02:52 2024 +0100

    dependecies in build & bump version of upload

commit cf9cb64ff5acfa75df27202037d6f137fd5038fc
Merge: dc01ccb c2ff3b3
Author: Ilya Bygrimov <[email protected]>
Date:   Thu Nov 14 00:01:32 2024 +0100

    Merge branch 'feat/python-tests' into local/python-tests

commit dc01ccb54f97c86dc05f7faede5463682b300065
Author: Ilya Bygrimov <[email protected]>
Date:   Wed Nov 13 23:26:40 2024 +0100

    Add workflow file

commit 753c4e7af05b48f5add9591f8371e26d9bd4f117
Author: Ilya Bygrimov <[email protected]>
Date:   Wed Nov 13 18:28:18 2024 +0100

    Start 3 node at same time
  • Loading branch information
boogeroccam committed Nov 13, 2024
1 parent c2ff3b3 commit 049af57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 049af57

Please sign in to comment.