Skip to content

Commit 7b1a650

Browse files
committed
no time, not -it
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 6adb439 commit 7b1a650

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
name: tests-jp
1+
name: tests
22

33
on:
44
push:
55
pull_request:
66

77
jobs:
8-
testsuite:
8+
bats:
99
runs-on: compute-domain-runner
1010
steps:
1111
- uses: actions/checkout@v5
12-
- name: bats-suite
12+
- name: make-bats
1313
run: |
1414
echo "running"
15-
sudo apt-get -y install time
1615
make bats

tests/bats/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ image:
4545
tests: image
4646
mkdir -p tests-out && \
4747
export _RUNDIR=$(shell mktemp -p tests-out -d -t bats-tests-$$(date +%s)-XXXXX) && \
48-
time docker run \
49-
-it \
48+
docker run \
5049
-v /tmp:/tmp \
5150
-v $(CURDIR):/cwd \
5251
-v $(HOME)/.kube/:$(HOME)/.kube \

0 commit comments

Comments
 (0)