Skip to content

Commit ec3ac68

Browse files
committed
fix debug
1 parent 0e5b43f commit ec3ac68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-e2e-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
uses: flox/install-flox-action@v2.2.0
5353
- name: Yarn debug (iOS env)
5454
run: |
55-
CLEAN_PATH=$(echo "$PATH" | tr ':' '\n' | grep -v '/.yarn/bin' | paste -sd:)
56-
PATH="$CLEAN_PATH" flox activate -d env/ios/latest -- bash -lc 'echo PATH=$PATH && ls -l /Users/runner/.local/bin || true && which yarn and yarn --version && node -v && corepack --version'
55+
CLEAN_PATH=$(echo "$PATH" | tr ':' '\n' | grep -v '/.yarn/bin' | paste -sd ':' -)
56+
PATH="$CLEAN_PATH" flox activate -d env/ios/latest -- bash -lc 'echo PATH=$PATH && ls -l /Users/runner/.local/bin || true && which yarn && yarn --version && node -v && corepack --version'
5757
- name: iOS E2E Tests
5858
run: |
59-
CLEAN_PATH=$(echo "$PATH" | tr ':' '\n' | grep -v '/.yarn/bin' | paste -sd:)
59+
CLEAN_PATH=$(echo "$PATH" | tr ':' '\n' | grep -v '/.yarn/bin' | paste -sd ':' -)
6060
PATH="$CLEAN_PATH" flox activate -d env/ios/latest -- bash -lc "yarn e2e:ios"
6161
6262
run-e2e-android:

0 commit comments

Comments
 (0)