瀏覽代碼
use setup-erlang instead of container for github action nightly
pull/2269/head
Tristan Sloughter
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: AAB97DDECCEB8150
共有
1 個檔案被更改,包括
5 行新增 和
4 行删除
-
.github/workflows/nightly.yml
|
|
@ -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 |
|
|
|