We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd291fb commit 66aa9ccCopy full SHA for 66aa9cc
.github/workflows/deploy.yml
@@ -3,6 +3,7 @@ name: Elixir CI/CD
3
on:
4
push:
5
branches: [ main ]
6
+ workflow_dispatch:
7
8
jobs:
9
test:
@@ -24,6 +25,9 @@ jobs:
24
25
steps:
26
- uses: actions/checkout@v2
27
- uses: erlef/setup-beam@v1
28
+ with:
29
+ otp-version: '23.3'
30
+ elixir-version: '1.9.4'
31
- name: Cache dependencies
32
uses: actions/cache@v2
33
with:
.github/workflows/test-build.yml
@@ -3,6 +3,7 @@ name: Test Build Process
pull_request:
0 commit comments