Skip to content

Commit

Permalink
fix: fix github integration tests (#4008)
Browse files Browse the repository at this point in the history
Description
---
Fix the long-running and non-critical integration tests on github.
  • Loading branch information
Cifko committed Apr 6, 2022
1 parent 1655aa9 commit aa143c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/long_running.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
defaults:
rust_image: &rust_image quay.io/tarilabs/rust_tari-build-with-deps:nightly-2021-09-18

commands:
jobs:
cucumber-js:
description: Run long-running critical cucumber tests
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/non_critical_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
defaults:
rust_image: &rust_image quay.io/tarilabs/rust_tari-build-with-deps:nightly-2021-09-18

commands:
jobs:
cucumber-js:
description: Run non critical cucumber tests
steps:
Expand Down

0 comments on commit aa143c6

Please sign in to comment.