Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/mdBook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f1aa997859871c0574a63fafc86c391b53f1820f
Choose a base ref
..
head repository: rust-lang/mdBook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1cb0996ebfdd84de7a52c09c8215bbbfddc4d747
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 .github/workflows/main.yml
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -77,15 +77,15 @@ jobs:
name: GUI tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: bash ci/install-rust.sh stable x86_64-unknown-linux-gnu
- name: Install npm
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install browser-ui-test
run: npm install browser-ui-test@"${BROWSER_UI_TEST_VERSION}"
- uses: actions/checkout@v4
- name: Install Rust
run: bash ci/install-rust.sh stable x86_64-unknown-linux-gnu
- name: Build and run tests (+ GUI)
run: cargo test --locked --target x86_64-unknown-linux-gnu --test gui