Skip to content

Commit 861a7d0

Browse files
Rename test.yml to checks.yml
1 parent 92c881e commit 861a7d0

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,17 @@ jobs:
2828
steps:
2929
- name: Check out code
3030
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31-
3231
- id: changed-files
3332
name: Get changed files
3433
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
35-
3634
- id: set-modified-modules
3735
name: Set all modified modules
3836
env:
3937
ALL_CHANGED_FILES: "${{ steps.changed-files.outputs.all_changed_files }}"
4038
run: echo "modules=$(./.github/scripts/changed-modules.sh)" >> $GITHUB_OUTPUT
41-
4239
- id: set-modified-modules-count
4340
name: Set all modified modules count
4441
run: echo "modules_count=$(echo ${{ toJSON(steps.set-modified-modules.outputs.modules) }} | jq '. | length')" >> $GITHUB_OUTPUT
45-
4642
- name: Print out the modules to be used
4743
run: |
4844
echo "${{ steps.set-modified-modules-count.outputs.modules_count }} modules in the build"
@@ -117,14 +113,12 @@ jobs:
117113
steps:
118114
- name: Code checkout
119115
uses: actions/checkout@v4
120-
121116
- name: Install Node ${{ matrix.node-version }} and Dependencies
122117
uses: ./.github/actions/npm-setup
123118
with:
124119
runner: ${{ matrix.runner }}
125120
node-version: ${{ matrix.node-version }}
126121
workspace: "testcontainers"
127-
128122
- name: Build testcontainers
129123
run: npm run build --workspace packages/testcontainers
130124
- name: Remove dev dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=116414510&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json&location=EastUs)
44

5-
[![Test](https://github.com/testcontainers/testcontainers-node/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/testcontainers/testcontainers-node/actions/workflows/test.yml)
5+
[![Test](https://github.com/testcontainers/testcontainers-node/actions/workflows/checks.yml/badge.svg?branch=main)](https://github.com/testcontainers/testcontainers-node/actions/workflows/checks.yml)
66
[![npm version](https://badge.fury.io/js/testcontainers.svg)](https://www.npmjs.com/package/testcontainers)
77
[![npm version](https://img.shields.io/npm/dm/testcontainers.svg)](https://www.npmjs.com/package/testcontainers)
88

0 commit comments

Comments
 (0)