Skip to content

Commit a8260e8

Browse files
authored
fix(workflow): Install file and grep for Playground Firefox (#150)
Reviewed-by: Cezar Craciunoiu <[email protected]> Approved-by: Cezar Craciunoiu <[email protected]>
2 parents 252e906 + 4f0e4db commit a8260e8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/example-node-playwright-firefox-stable.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
run: |
4949
set -xe;
5050
51+
sudo apt-get -y update;
52+
sudo apt-get install -y --no-install-recommends file grep;
53+
5154
cd node-playwright-firefox;
5255
5356
kraft cloud deploy \

.github/workflows/example-node-playwright-firefox-staging.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
run: |
4949
set -xe;
5050
51+
sudo apt-get -y update;
52+
sudo apt-get install -y --no-install-recommends file grep;
53+
5154
cd node-playwright-firefox;
5255
5356
kraft cloud deploy \

0 commit comments

Comments
 (0)