Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rachit77 committed Jul 1, 2024
1 parent 7f715d0 commit 357e539
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
bake_time:
description: bake time (minutes)
required: false
default: 30
default: '30'

jobs:
regression_tests:
Expand All @@ -53,3 +53,7 @@ jobs:
kurtosis_cli: ${{ github.event.inputs.kurtosis_cli }}
kurtosis_cdk: ${{ github.event.inputs.kurtosis_cdk }}
bake_time: ${{ github.event.inputs.bake_time }}
- name: Run Integration Tests
run: |
echo "Running Integration Tests"
make -f ./tests/Makefile run-tests

0 comments on commit 357e539

Please sign in to comment.