Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed Aug 20, 2024
1 parent e4b27af commit a830e2a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: test
on: [push, pull_request]
jobs:
container-job:
runs-on: ubuntu-latest
container: node:16-bullseye

build:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -35,7 +31,6 @@ jobs:
--health-timeout 5s
--health-retries 5
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a830e2a

Please sign in to comment.