Skip to content

Commit

Permalink
Update CHANGELOG and adjust CI (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelnietoa committed Sep 6, 2023
1 parent 0ddb1c7 commit 0737de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,9 @@ jobs:
mix deps.get
- name: Check Formatting
run: mix format --check-formatted
- name: Run Tests
run: mix test
- name: Run credo
run: mix credo --strict
- name: Run Excoveralls
- name: Run Tests and Excoveralls
run: mix coveralls.github --parallel --flagname otp-${{ matrix.otp }}-elixir-${{ matrix.elixir }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.3.10 (05.09.2023)
## 0.3.10 (06.09.2023)
* Update all dependencies.
| Package | Type | Update | Change |
|---|---|---|---|
Expand Down

0 comments on commit 0737de1

Please sign in to comment.