From 267c6a7ee801644798c3e8a54c60565ce3ea1be2 Mon Sep 17 00:00:00 2001 From: eskrm <6371196+eskrm@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:28:29 -0800 Subject: [PATCH] Upgrade internal actions (#176) --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3517857..9debb5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,18 +10,19 @@ jobs: build: # make sure build/ci work properly runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: | npm install - run: | npm run all + test: # make sure the action works on a clean machine without building runs-on: ubuntu-latest env: FAROS_API_URL: https://dev.api.faros.ai FAROS_DRY_RUN: 1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ./ name: Send CI event to Faros using commit