Skip to content

Commit

Permalink
Update workflow to add a dummy config/secret.exs file
Browse files Browse the repository at this point in the history
  • Loading branch information
kottkrig authored Jan 28, 2020
1 parent 323c57a commit d6b4242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Add dummy file ./config/secret.exs
run: cp ./config/secret.example.exs ./config/secret.exs
- name: Install Dependencies
run: |
mix local.rebar --force
Expand Down

0 comments on commit d6b4242

Please sign in to comment.