Skip to content

Commit fda8e4e

Browse files
committed
a
1 parent cf685ef commit fda8e4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ jobs:
4343
with:
4444
working-directory: ./atcoder-problems-backend
4545

46+
# ここは無くてもいいかも
4647
- name: Setup Postgresql
47-
run: psql ${SQL_URL} < ../config/database-definition.sql
48+
run: psql ${DATABASE_URL} < ../config/database-definition.sql
4849

4950
- name: Setup
5051
run: rustup component add rustfmt
@@ -87,7 +88,7 @@ jobs:
8788
- name: Setup mdBook
8889
uses: peaceiris/[email protected]
8990
with:
90-
mdbook-version: 'latest'
91+
mdbook-version: "latest"
9192

9293
- name: build
9394
run: yarn build

0 commit comments

Comments
 (0)