Skip to content

Commit

Permalink
Fixing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ygor Castor committed Mar 30, 2022
1 parent e0a8e28 commit 42ebf53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hex-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches: [release/*]

jobs:
run-test:
name: Build and test
run-deploy:
name: Deploy to Hex
runs-on: ubuntu-latest
env:
MIX_ENV: test
MIX_ENV: dev
container:
image: elixir:1.13.3-alpine
steps:
Expand Down

0 comments on commit 42ebf53

Please sign in to comment.