Skip to content

fix: link phoenix npm dependancy to mix dependancy #2461

fix: link phoenix npm dependancy to mix dependancy

fix: link phoenix npm dependancy to mix dependancy #2461

Workflow file for this run

name: Build and Deploy to Docker Hub
on:
- push
- pull_request
jobs:
test:
name: Setup, Build, Test
uses: brianmay/workflows/.github/workflows/elixir.yaml@main
with:
plts_cache_postfix: "-1"
push:
name: Push
uses: brianmay/workflows/.github/workflows/docker.yaml@main
needs:
- test