Skip to content

Commit

Permalink
ci: install and minimal install
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed Mar 16, 2024
1 parent 4d4515d commit 092c6b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
name: Prepare on ${{ matrix.os }}
name: Install on ${{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
Expand All @@ -31,7 +31,7 @@ jobs:
with:
key: ${{ github.job }}

- name: Preparing platform
- name: Install platform
env:
TERM: linux
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/minimal_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
name: Install with component manager on ${{ matrix.os }}
name: Minimal install on ${{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
Expand All @@ -31,11 +31,11 @@ jobs:
with:
key: ${{ github.job }}

- name: Installing platform
- name: Install platform
env:
TERM: linux
run: |
cd scripts
./set_vars.sh
./install_platform_with_component_manager.sh
./install_minimal_platform.sh
./run_sc_component_manager.sh

0 comments on commit 092c6b0

Please sign in to comment.