Skip to content

Commit bc7e792

Browse files
committed
chore: added setup surrealdb step to browser tests workflow
1 parent 2376272 commit bc7e792

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/browser-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Analyze code
2626
run: flutter analyze lib integration_test
2727

28+
- name: Setup SurrealDB
29+
run: curl -sSf https://install.surrealdb.com | sh
30+
2831
- name: Setup chrome driver
2932
uses: nanasess/setup-chromedriver@v2
3033

0 commit comments

Comments
 (0)