Procházet zdrojové kódy
Merge pull request #2269 from tsloughter/setup-nightly
use setup-erlang instead of container for github action nightly
pull/2271/head
Tristan Sloughter
před 5 roky
odevzdal
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
3 změnil soubory, kde provedl
7 přidání a
6 odebrání
-
.github/workflows/main.yml
-
.github/workflows/nightly.yml
-
.github/workflows/publish.yml
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
|
image: erlang:${{ matrix.otp_version }} |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Compile |
|
|
|
run: ./bootstrap |
|
|
|
- name: CT tests |
|
|
|
|
|
@ -10,11 +10,12 @@ jobs: |
|
|
|
name: Publish escript for every merge to master |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
container: |
|
|
|
image: erlang:19 |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
|
|
|
|
- uses: gleam-lang/setup-erlang@v1.0.0 |
|
|
|
with: |
|
|
|
otp-version: 19.3.6.13 |
|
|
|
- name: Compile |
|
|
|
run: ./bootstrap |
|
|
|
- name: CT tests |
|
|
|
|
|
@ -13,7 +13,7 @@ jobs: |
|
|
|
image: erlang:19 |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Compile |
|
|
|
run: ./bootstrap |
|
|
|
- name: CT tests |
|
|
|