update safe scanner to build elixir
This commit is contained in:
parent
68e484a24a
commit
c68eaee85a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/safe.yaml
vendored
3
.github/workflows/safe.yaml
vendored
|
|
@ -14,7 +14,7 @@ concurrency:
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
build:
|
||||||
# Set up a Postgres DB service. By default, Phoenix applications
|
# Set up a Postgres DB service. By default, Phoenix applications
|
||||||
# use Postgres. This creates a database for running tests.
|
# use Postgres. This creates a database for running tests.
|
||||||
# Additional services can be defined here if required.
|
# Additional services can be defined here if required.
|
||||||
|
|
@ -70,7 +70,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: build-artifact
|
name: build-artifact
|
||||||
path: _build
|
path: _build
|
||||||
|
|
||||||
security-check:
|
security-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue