Skip to content

Commit

Permalink
QA commit
Browse files Browse the repository at this point in the history
Run Scalr Provider acceptance test on merge into fatmouse master
SCALRCORE-16285
  • Loading branch information
vmotso committed May 11, 2021
1 parent 071f9a1 commit 4dc62b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
go-version: "1.13"
- name: Create container
id: create
uses: Scalr/gh-action-revizor@master
uses: Scalr/gh-action-revizor@feature/SCALRCORE-16285
with:
command: create
- name: Run acceptance tests
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Delete container
id: delete
if: ${{ always() && steps.create.outputs.container_id }}
uses: Scalr/gh-action-revizor@master
uses: Scalr/gh-action-revizor@feature/SCALRCORE-16285
with:
command: delete
container_id: ${{ steps.create.outputs.container_id }}
Expand Down

0 comments on commit 4dc62b8

Please sign in to comment.