Skip to content

Commit

Permalink
chore: f
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Dec 9, 2024
1 parent 6397e96 commit a238aba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-and-test
name: ci

on:
push:
Expand All @@ -10,18 +10,18 @@ env:
CI: true

jobs:
build-test-release:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: checkout code repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/setup

- uses: nrwl/nx-set-shas@v4

- uses: ./.github/actions/setup

- name: install dependencies
run: pnpm install

Expand Down

0 comments on commit a238aba

Please sign in to comment.