Skip to content

Commit 1720d07

Browse files
committed
plz work
1 parent e9c6533 commit 1720d07

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ jobs:
157157
path: ./release-packages
158158
- name: Untar code-server file
159159
run: |
160-
tar -xfz release-packages/code-server*-linux-amd64.tar.gz
161-
echo "untar complete"
160+
echo "This better print"
161+
pwd
162162
ls
163+
run: |
164+
tar -xfz release-packages/code-server*-linux-amd64.tar.gz

ci/images/playwright/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ FROM mcr.microsoft.com/playwright:bionic
55
# Somehow get code-server artifact
66
# Run it locally on port 8080
77
# so that it can be accessed in our tests
8+
9+
# It should build the project
10+
# Start code server and then we should run the tests

0 commit comments

Comments
 (0)