SAFE scan update
This commit is contained in:
parent
4c0a33f144
commit
3216481c53
1 changed files with 4 additions and 3 deletions
7
.github/workflows/safe.yaml
vendored
7
.github/workflows/safe.yaml
vendored
|
|
@ -13,9 +13,6 @@ concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
|
||||||
MIX_ENV: prod
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -26,6 +23,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
otp: ["27.3.4"]
|
otp: ["27.3.4"]
|
||||||
elixir: ["1.19.0-rc.0"]
|
elixir: ["1.19.0-rc.0"]
|
||||||
|
env:
|
||||||
|
MIX_ENV: prod
|
||||||
steps:
|
steps:
|
||||||
# Step: Setup Elixir + Erlang using erlef/setup-beam
|
# Step: Setup Elixir + Erlang using erlef/setup-beam
|
||||||
- name: Set up Elixir and Erlang
|
- name: Set up Elixir and Erlang
|
||||||
|
|
@ -63,6 +62,8 @@ jobs:
|
||||||
needs: build
|
needs: build
|
||||||
container:
|
container:
|
||||||
image: erlangsolutions/safe:1.1.0-otp-24
|
image: erlangsolutions/safe:1.1.0-otp-24
|
||||||
|
env:
|
||||||
|
MIX_ENV: prod
|
||||||
steps:
|
steps:
|
||||||
- name: Download _build directory
|
- name: Download _build directory
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue