Skip to content

Commit 55c703a

Browse files
committed
Fixed: code format
1 parent 3abad66 commit 55c703a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Run unit tests
1818
run: npm run test:unit
19-
19+
2020
test-integration:
2121
runs-on: ubuntu-latest
2222
steps:
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Run integration tests
3232
run: npm run test:integration
33-
33+
3434
test-functional:
3535
runs-on: ubuntu-latest
3636
steps:

0 commit comments

Comments
 (0)