We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c6533 commit 1720d07Copy full SHA for 1720d07
.github/workflows/ci.yaml
@@ -157,6 +157,8 @@ jobs:
157
path: ./release-packages
158
- name: Untar code-server file
159
run: |
160
- tar -xfz release-packages/code-server*-linux-amd64.tar.gz
161
- echo "untar complete"
+ echo "This better print"
+ pwd
162
ls
163
+ run: |
164
+ tar -xfz release-packages/code-server*-linux-amd64.tar.gz
ci/images/playwright/Dockerfile
@@ -5,3 +5,6 @@ FROM mcr.microsoft.com/playwright:bionic
5
# Somehow get code-server artifact
6
# Run it locally on port 8080
7
# 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