File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# 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
3
3
# but done in a way that it first checks out mdn/translated-content (or
4
4
# fork of) and _then_ checks out mdn/content which has the relevant
5
5
# CI related tooling.
Original file line number Diff line number Diff line change 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 .
6
6
7
7
name : PR Test
8
8
You can’t perform that action at this time.
0 commit comments