Skip to content

Commit

Permalink
add tunnels
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontwong committed May 22, 2024
1 parent 74e3e81 commit 676b950
Show file tree
Hide file tree
Showing 5 changed files with 549 additions and 439 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/new-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ jobs:
- name: Get dependencies and compile peridio-cloud
working-directory: ${{ env.PERIDIO_CLOUD_PATH }}
run: |
mix local.hex 2.0.6 --force
mix deps.get
mix compile --warnings-as-error
mix compile --warnings-as-error
- name: Migrate DB
working-directory: ${{ env.PERIDIO_CLOUD_PATH }}
run: mix ecto.migrate
Expand Down
Loading

0 comments on commit 676b950

Please sign in to comment.