Skip to content

Commit

Permalink
Checking to see if mix change took effect
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjos committed Jun 13, 2024
1 parent 5d04f29 commit 8fc4937
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
run: 'sed -i -e "s|{:absinthe.*|{:absinthe, path: \"$GITHUB_WORKSPACE\"},|" mix.exs'
working-directory: ./absinthe_plug

- name: Cat
run: cat mix.exs
working-directory: ./absinthe_plug

- name: Install dependent package dependencies
run: mix deps.get
working-directory: ./absinthe_plug
Expand Down

0 comments on commit 8fc4937

Please sign in to comment.