Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad committed Jan 3, 2024
1 parent e41241f commit 71eade2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ jobs:
- run: chmod +x demo-rollup-readme.sh && ./demo-rollup-readme.sh
check-demo-rollup-bash-commands-mock-da:
runs-on: buildjet-4vcpu-ubuntu-2204
needs: nextest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand All @@ -420,10 +419,12 @@ jobs:
with:
cache-provider: "buildjet"
save-if: ${{ github.ref == 'refs/heads/nightly' }}
- run: cargo test
- name: Compile README.md to Bash
run: cargo run --bin bashtestmd -- --input examples/demo-rollup/README.md --output demo-rollup-readme.sh --tag test-ci
- run: cat demo-rollup-readme.sh
- run: chmod +x demo-rollup-readme.sh && ./demo-rollup-readme.sh


validate-packages-to-publish-yml:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 71eade2

Please sign in to comment.