Skip to content

Commit

Permalink
time to dive deeper
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jan 16, 2025
1 parent 511333e commit fa99a81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
- name: Sanitize test-suite name
run: echo "TEST_SUITE=$(echo ${{ matrix.test-suite }} | tr -d '*')" >> $GITHUB_ENV

- name: setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Run smoke tests
run: |
bash ./tests/rf-run.sh ${{ matrix.runtime }} ./tests/01-smoke/${{ matrix.test-suite }}
Expand Down

0 comments on commit fa99a81

Please sign in to comment.