Change GH workflows job names
Make workflow jobs unique soe we can manage which ones are required to pass the build. Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com>
This commit is contained in:
parent
ad8f5caba0
commit
21ffbdbedd
3 changed files with 5 additions and 5 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
- main
|
||||
|
||||
jobs:
|
||||
run:
|
||||
run-e2e-test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: set up docker
|
||||
|
@ -36,4 +36,4 @@ jobs:
|
|||
|
||||
- name: script
|
||||
run: |
|
||||
bash ./main/tests/push.sh $IP
|
||||
bash ./main/tests/push.sh $IP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue