Skip to content

Commit

Permalink
feat: fixes after Damian's code review (part 2)
Browse files Browse the repository at this point in the history
will squash it in IDE before merge to main
  • Loading branch information
swierzbicki committed Aug 2, 2024
1 parent 9d105ba commit 4b2e8f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Feature branch CI
name: On push changes

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
yarn lint
unit-tests:
tests:
runs-on: ubuntu-latest
# TODO: Enable job when we add tests to the project
if: false
Expand All @@ -79,7 +79,7 @@ jobs:
run: |
yarn test
build:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.ref }}
Expand Down

0 comments on commit 4b2e8f2

Please sign in to comment.