Skip to content

Commit f60d9eb

Browse files
committed
fixup! feat(workflows): migrate pr-test to rari
1 parent d794f70 commit f60d9eb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pr-test-legacy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is more or less a copy of
2-
# https://github.com/mdn/content/blob/main/.github/workflows/pr-test.yml
2+
# https://github.com/mdn/content/blob/main/.github/workflows/pr-test-legacy.yml
33
# but done in a way that it first checks out mdn/translated-content (or
44
# fork of) and _then_ checks out mdn/content which has the relevant
55
# CI related tooling.

.github/workflows/pr-test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# This file tests more or less everything related to a pull request. All
2-
# in one big job. At the end, if all the testing passes, it proceeds
3-
# to upload all the files that were built to our Dev environment.
4-
# This way, if the tests passed, you'll be able to review the built
5-
# pages on a public URL.
1+
# This is more or less a copy of
2+
# https://github.com/mdn/content/blob/main/.github/workflows/pr-test.yml
3+
# but done in a way that it first checks out mdn/translated-content (or
4+
# fork of) and _then_ checks out mdn/content which has the relevant
5+
# CI related tooling.
66

77
name: PR Test
88

0 commit comments

Comments
 (0)