Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss authored Jul 8, 2024
2 parents fcc4eb2 + 2c88417 commit e124043
Show file tree
Hide file tree
Showing 22 changed files with 2,639 additions and 1,238 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
shell_tests:
name: Tests ${{ matrix.interface }} CLI
runs-on: [self-hosted, heavy]
runs-on: [ self-hosted, heavy ]
strategy:
matrix:
interface: [ Advanced, Simple, Silo ]
Expand All @@ -27,10 +27,11 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install aurora-cli (Advanced CLI)
- name: Install python-venv
run: apt -y install python3-venv
- name: Install aurora-cli
uses: actions-rs/cargo@v1
with:
command: install
args: ${{ matrix.args }}
- run: ${{ matrix.script }}

Loading

0 comments on commit e124043

Please sign in to comment.