Skip to content

Commit 661c863

Browse files
committed
chore(gh: tests): try switching base image to measure the time difference for the whole pipeline
1 parent cc325b1 commit 661c863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
with:
2323
submodules: recursive
2424

25-
- name: switch base image
26-
run: sed -i -e 's|FROM archlinux:base-devel|FROM actionless/pikaur|' Dockerfile
25+
#- name: switch base image
26+
# run: sed -i -e 's|FROM archlinux:base-devel|FROM actionless/pikaur|' Dockerfile
2727

2828
- name: run tests in docker
2929
#run: ./maintenance_scripts/docker_test.sh --coveralls

0 commit comments

Comments
 (0)