Skip to content

Commit

Permalink
default node configurations are outside of bdd test steps. workflow y…
Browse files Browse the repository at this point in the history
…ml file name changed
  • Loading branch information
micax3000 committed Aug 30, 2022
1 parent 0f7bf1b commit 4af411b
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 40 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: TEST-release
name: TEST-bdd

#todo this test should be execute when opening PR to prerelease/release branches
on: [pull_request]
Expand All @@ -9,7 +9,7 @@ env:
REPOSITORY_PASSWORD: password
jobs:

test-release:
test-bdd:
#todo think about locking the version - version should be the same as the one in official documentation
runs-on: ubuntu-latest
services:
Expand Down
Loading

0 comments on commit 4af411b

Please sign in to comment.