Skip to content

Commit

Permalink
.github/workflows: merge test-* into frontend.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Mar 30, 2022
1 parent d795ced commit 3954a2d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-buildctl
name: frontend

on:
push:
Expand All @@ -8,8 +8,24 @@ on:

jobs:

test-integration:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: "Install test dependencies"
run: |
sudo apt-get update
sudo apt-get install -y moreutils make
- name: "Run the integration test (docker)"
run: ./hack/test.sh
- name: "Show the local images"
run: docker images --no-trunc

test-integration-buildctl:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
Expand All @@ -19,7 +35,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y moreutils make
- name: "Run the integration test"
- name: "Run the integration test (buildctl)"
run: |
set -x
mkdir ${HOME}/bin
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/test.yaml

This file was deleted.

0 comments on commit 3954a2d

Please sign in to comment.