Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Sep 20, 2023
1 parent 7036c91 commit c534d3f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/codefresh-run-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@ jobs:
files: |
graduated/codefresh-run/**
- id: setup-node
if: steps.changed-files.outputs.any_changed == 'true'
uses: actions/setup-node@v3
with:
node-version: 18

- id: codefresh-run
if: steps.changed-files.outputs.any_changed == 'true'
uses: codefresh-io/codefresh-pipeline-runner@v5
env:
PIPELINE_NAME: cli-v1-e2e/codefresh-run-step-e2e
TRIGGER_NAME: codefresh_run_step_dev
#CF_BRANCH : test-action #${{ github.ref_name }}
CF_API_KEY: ${{ secrets.CF_API_KEY }}
run: |
npm install -g codefresh
codefresh auth create-context --api-key ${{ secrets.CF_API_KEY }}
codefresh run cli-v1-e2e/codefresh-run-step-e2e -t codefresh_run_step_dev -b ${{ github.ref_name }}

0 comments on commit c534d3f

Please sign in to comment.