Skip to content

Commit

Permalink
Fix E2E: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed Jun 11, 2024
1 parent 206ea46 commit 13fbe0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run.e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
env:
ENV: ${{ matrix.env }}
IZE_EXAMPLES_PATH: "${{ github.workspace }}/examples/${{ matrix.name }}"
GITHUB_PATH: "${{ github.workspace }}/bin/:${GITHUB_PATH}"

steps:
- name: Configure Environment Variables
Expand Down Expand Up @@ -115,11 +114,12 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: ize-${{ matrix.os }}-${{ github.sha }}
path: bin
path: $GITHUB_PATH

- name: Make Executable
run: |
chmod +rx "${{ github.workspace }}/bin/ize"
ls -la $GITHUB_PATH
chmod +rx "${GITHUB_PATH}/ize"
- name: IZE init
run: |
Expand Down

0 comments on commit 13fbe0c

Please sign in to comment.