Skip to content

Commit

Permalink
fixed Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
artengin committed Jul 2, 2024
1 parent ed4b090 commit ace4903
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: roman-numerals-converter
name: genDiff
on: push
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- run: make install
- run: make update
- run: make test
- run: make lint

0 comments on commit ace4903

Please sign in to comment.