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
|
||||
|
||||
jobs:
|
||||
test:
|
||||
build:
|
||||
# Set up a Postgres DB service. By default, Phoenix applications
|
||||
# use Postgres. This creates a database for running tests.
|
||||
# Additional services can be defined here if required.
|
||||
|
|
@ -70,7 +70,6 @@ jobs:
|
|||
with:
|
||||
name: build-artifact
|
||||
path: _build
|
||||
|
||||
security-check:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue