Skip to content

Commit b053ba2

Browse files
committed
fix: ci
1 parent 5514ad7 commit b053ba2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
apt-get install -y google-chrome-stable
4848
4949
- name: Run Chrome tests
50-
run: dart test -p chrome
50+
run: dart test -p chrome --chrome-flags="--no-sandbox"

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ out/
1111
.dart_tool
1212
.vscode/
1313
/index.html
14-
/out.js*
14+
/out.js*
15+
.DS_Store

0 commit comments

Comments
 (0)