Skip to content

Commit

Permalink
[#54467] Github Actions: Fixed path to README test script
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Jan 31, 2024
1 parent 68d5070 commit f69ad5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install tuttest dependencies
Expand All @@ -21,4 +21,4 @@ jobs:
sudo pip3 install git+https://github.com/antmicro/tuttest.git
- name: Run README.md snippets
run: |
./scripts/readme-tests.sh
./scripts/test_readme.sh

0 comments on commit f69ad5c

Please sign in to comment.