Skip to content

Commit d2ab8c0

Browse files
committed
Cache miss 1
1 parent b713aba commit d2ab8c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ RUN cd my-react-app && yarn build
44
RUN npm install -g @vue/cli && (yes | vue create my-vue-app --default)
55
RUN cd my-vue-app && yarn build
66
RUN mkdir -p my-tests && cd my-tests && yarn add playwright
7+
# test

0 commit comments

Comments
 (0)