Skip to content

Commit

Permalink
Upgrade internal actions (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
eskrm committed Mar 6, 2024
1 parent f5b2fc9 commit 267c6a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 267c6a7

Please sign in to comment.