Skip to content

Commit 529a028

Browse files
committed
fix
1 parent a09e94e commit 529a028

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test-lint.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ jobs:
4040
ports:
4141
- 12111:12111
4242
- 12112:12112
43-
fake-gcs-server:
44-
image: fsouza/fake-gcs-server:latest
45-
ports:
46-
- 4443:4443
47-
options: >-
48-
-scheme http
49-
-public-host localhost:4443
5043
steps:
5144
- name: Checkout repository
5245
uses: actions/checkout@v4
@@ -60,6 +53,13 @@ jobs:
6053
run: |
6154
deno install --allow-scripts --reload
6255
56+
- uses: fsouza/fake-gcs-action@v0.4.1
57+
with:
58+
version: "latest"
59+
backend: memory
60+
public-host: "localhost:4443"
61+
scheme: http
62+
6363
- name: Run migrations
6464
run: deno task db:migrate
6565

0 commit comments

Comments
 (0)