Skip to content

Commit

Permalink
fixed the ci (ran locally before pushing)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurayami07734 committed Oct 18, 2023
1 parent 3dadc3a commit 72c3b43
Show file tree
Hide file tree
Showing 4 changed files with 936 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -26,5 +26,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm i
- run: npm run test
2 changes: 1 addition & 1 deletion demo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// import { GenericContainer } from "testcontainers";
import { WireMockContainer } from "./util/WireMockContainer.js";
import { WireMockContainer } from "./index.js";
// const container = await new GenericContainer("wiremock/wiremock")
// .withExposedPorts(8080)
// .withCopyFilesToContainer([
Expand Down
Loading

0 comments on commit 72c3b43

Please sign in to comment.