Skip to content

Commit 0f57db5

Browse files
committed
Fix CI to check format before running CSS tests
1 parent 075595d commit 0f57db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
# elixir-version: "1.15.4"
4040
- run: gleam deps download
4141
working-directory: sketch_css
42+
- run: gleam format --check src test
43+
working-directory: sketch_css
4244
- run: gleam test --target=erlang
4345
working-directory: sketch_css
4446
- run: gleam test --target=javascript
4547
working-directory: sketch_css
46-
- run: gleam format --check src test
47-
working-directory: sketch_css
4848

4949
test-sketch-lustre:
5050
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)