Skip to content

Commit 7fd233d

Browse files
committed
ls directory
1 parent 4a0c0a6 commit 7fd233d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,15 @@ jobs:
137137
- name: e2e test
138138
id: e2e
139139
run: |
140+
<<<<<<< Updated upstream
140141
make
141142
ls js
143+
=======
144+
node -v
145+
npm ci
146+
ls /home/runner/work/
147+
npm run build
148+
>>>>>>> Stashed changes
142149
npm run test:e2e tests/e2e/features/webUI
143150
continue-on-error: true
144151

0 commit comments

Comments
 (0)