Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Jan 4, 2024
1 parent 0c9ee2f commit c95878d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

- uses: actions/checkout@v3
- name: "Create keychain"
env:
MACOS_PEM: ${{ secrets.MACOS_PEM }}
run: |
. $HOME/.asdf/asdf.sh
mix desktop.create_keychain
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/tmp
tmp.pem
.DS_Store
# The directory Mix will write compiled artifacts to.
/_build/

Expand Down

0 comments on commit c95878d

Please sign in to comment.