Skip to content

Commit

Permalink
fast test
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Oct 15, 2024
1 parent 3ae5166 commit e913aad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
quick-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4.2.1
- uses: actions-rs/[email protected]
with:
toolchain: stable
Expand All @@ -22,7 +22,7 @@ jobs:
needs: quick-tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4.2.1
- uses: actions-rs/[email protected]
with:
toolchain: stable
Expand All @@ -39,7 +39,7 @@ jobs:
compile-examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4.2.1
- name: Compile examples for ARM v7
uses: houseabsolute/[email protected]
with:
Expand All @@ -59,9 +59,9 @@ jobs:
- name: Run USB management script
run: /etc/github_runner/ci_management.sh
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4.2.1
- name: Download compiled examples
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.8
with:
name: examples-armv7
path: ./examples
Expand All @@ -88,7 +88,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout to repository
uses: actions/checkout@v2
uses: actions/checkout@v4.2.1
with:
submodules: recursive
- name: Setup Rust toolchain
Expand Down

0 comments on commit e913aad

Please sign in to comment.