From b6dbc413b34fabf2f893dcca49d420ea22560759 Mon Sep 17 00:00:00 2001 From: Saumil Dhankar Date: Tue, 23 Sep 2025 11:14:09 -0700 Subject: [PATCH 1/3] Create ci-tests.yml --- .github/workflows/ci-tests.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/ci-tests.yml diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml new file mode 100644 index 000000000..61741ef1b --- /dev/null +++ b/.github/workflows/ci-tests.yml @@ -0,0 +1,25 @@ +name: CI - Node.js Tests + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Checkout repo + uses: actions/checkout@v4 + + - name: Use Node.js + uses: actions/setup-node@v4 + with: + node-version: '18' + + - name: Install dependencies + run: npm ci + + - name: Run tests + run: npm test From b6ac0e4189830a11ffe5076c968b852814ada5d3 Mon Sep 17 00:00:00 2001 From: Saumil Dhankar Date: Wed, 15 Oct 2025 02:22:49 -0700 Subject: [PATCH 2/3] delete comment --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 61741ef1b..fa2510899 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -1,5 +1,5 @@ name: CI - Node.js Tests - +#testcomment on: push: branches: [ main ] From f08d61db3237c598e76a959edbd2345913018e89 Mon Sep 17 00:00:00 2001 From: Saumil Dhankar Date: Wed, 15 Oct 2025 02:26:17 -0700 Subject: [PATCH 3/3] delete comment revert --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index fa2510899..61741ef1b 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -1,5 +1,5 @@ name: CI - Node.js Tests -#testcomment + on: push: branches: [ main ]