Skip to content

Commit

Permalink
Fix: [#30] Add parameters to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yeraydavidrodriguez committed May 24, 2022
1 parent 905fd28 commit 52be435
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
git_repo_dir: ${{ runner.temp }}/temp_git_dir
queue_name: 'library update - library-aaa'
action: 'start-job'
job_id: '1'
job_payload: '{"field": "value", "state": "started"}'

- name: Debug
Expand Down Expand Up @@ -118,6 +119,7 @@ jobs:
git_repo_dir: ${{ runner.temp }}/temp_git_dir
queue_name: 'library update - library-aaa'
action: 'finish-job'
job_id: '1'
job_payload: '{"field": "value", "state": "finished"}'

- name: Debug
Expand Down Expand Up @@ -189,6 +191,7 @@ jobs:
git_repo_dir: ${{ runner.temp }}/temp_git_dir
queue_name: 'library update - library-aaa'
action: 'start-job'
job_id: '1'
job_payload: '{"field": "value", "state": "started"}'

- name: Debug
Expand Down Expand Up @@ -222,6 +225,7 @@ jobs:
git_repo_dir: ${{ runner.temp }}/temp_git_dir
queue_name: 'library update - library-aaa'
action: 'finish-job'
job_id: '1'
job_payload: '{"field": "value", "state": "finished"}'

- name: Debug
Expand Down

0 comments on commit 52be435

Please sign in to comment.