We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b666eec commit 77baba1Copy full SHA for 77baba1
.github/workflows/test.yml
@@ -27,4 +27,5 @@ jobs:
27
needs: cargo-test
28
runs-on: ubuntu-latest
29
steps:
30
+ - uses: actions/checkout@v3
31
- run: ./run-e2e-tests.bash
0 commit comments