asd
This commit is contained in:
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: E2E Tests
|
||||
name: Build images
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -8,6 +8,7 @@ jobs:
|
||||
build-docker:
|
||||
name: Build docker image
|
||||
runs-on: ubuntu-20.04
|
||||
needs: [lint, test, test-e2e]
|
||||
steps:
|
||||
- name: Clone the code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user