Skip to content

Commit

Permalink
chore: updated Github action to reflect new devenv structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekkice committed Jan 14, 2025
1 parent 55ece07 commit 3c6f5f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mix-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./tololo

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -49,6 +52,6 @@ jobs:
${{ runner.os }}-mix-
- name: Run `mix format`
working-directory: ./tololo
run: devenv shell
run: devenv tasks run mix:format

1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
${{ runner.os }}-mix-
- name: Build the devenv shell and run tests
working-directory: ./tololo
run: devenv test

0 comments on commit 3c6f5f0

Please sign in to comment.