Skip to content

Commit 96a8b8e

Browse files
committed
Updated test workflow to target CLI version 1.4.x
1 parent 0123229 commit 96a8b8e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
setup_job:
1313
runs-on: ubuntu-latest
14-
container: orgflow/cli:1.3.x
14+
container: orgflow/cli:1.4.x
1515
name: Setup
1616
outputs:
1717
stack-name: ${{ steps.create_stack.outputs.stack-name }}
@@ -41,7 +41,7 @@ jobs:
4141
uses: ./
4242
id: setup
4343
with:
44-
version: "1.3"
44+
version: "1.4"
4545
license-key: ${{ secrets.ORGFLOW_LICENSEKEY }}
4646
salesforce-username: ${{ secrets.SALESFORCE_USERNAME }}
4747
salesforce-password: ${{ secrets.SALESFORCE_PASSWORD }}
@@ -61,7 +61,7 @@ jobs:
6161
6262
teardown_job:
6363
runs-on: ubuntu-latest
64-
container: orgflow/cli:1.3.x
64+
container: orgflow/cli:1.4.x
6565
name: Teardown
6666
needs: [setup_job, test_job]
6767
if: ${{ always() }}

0 commit comments

Comments
 (0)