Skip to content

Commit 260f4f2

Browse files
committed
Remove more references to Changes test in GitHub Actions
1 parent 8fb1c92 commit 260f4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dzil build --no-tgz --in dzil_build_dir
3030
- name: Maybe skip Changes test
3131
if: github.ref == 'refs/heads/master'
32-
run: rm dzil_build_dir/xt/release/changes_has_content.t
32+
run: rm dzil_build_dir/xt/release/changes_has_content.t && perl -pi -e "s|'xt/release/changes_has_content.t'||g" dzil_build_dir/xt/author/*
3333
- uses: actions/upload-artifact@master
3434
with:
3535
name: build_dir

0 commit comments

Comments
 (0)