Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e9a12df
add a classic-app-template for test scenarios
mansona May 29, 2023
6e0460f
add a basic test scenario
mansona May 29, 2023
e329579
add scenario-tester CI
mansona May 29, 2023
eaf63d1
add .npmrc file
mansona Sep 1, 2023
ad4911c
move a shoebox test out of pre-built fixtures
mansona Sep 1, 2023
d542f21
make sure the request is optional in the fastboot service
mansona Oct 27, 2023
9beeeb7
simplify scenario setup
mansona Oct 27, 2023
ed2719f
move onerror-per-visit test to scenario-tester
mansona Oct 27, 2023
c6bfc39
remove duplicate lint
mansona Oct 27, 2023
dd577e9
move multivalue-headers test to scenario-tester
mansona Oct 28, 2023
75c297a
move app-with-metadata tests to scenario-tester
mansona Oct 29, 2023
8934363
move integration tests to scenario-tester
mansona Oct 30, 2023
d3855ab
remove integration test from github workflow
mansona Oct 30, 2023
0711385
fix lints
mansona Oct 30, 2023
f6cd7fe
fix dependencies of some test packages
mansona Oct 30, 2023
f7c13d8
Fix discover matrix
mansona Oct 30, 2023
c398422
move fastboot-config-test to scenario tester
mansona Feb 10, 2024
f54651d
move fastboot-location-config to scenario-tester
mansona Feb 11, 2024
418c133
update action versions
mansona Feb 11, 2024
b6d08f7
remove linking package script
mansona Feb 11, 2024
b49ff5c
rename fastboot-config-location test
mansona Feb 11, 2024
60d6ce7
move fastboot-location-test to scenario-tester
mansona Feb 11, 2024
0ec0334
move custom-output-paths test to scenario-tester
mansona Feb 13, 2024
d7e3735
fix webpack crash on modern node
mansona Feb 13, 2024
4ef1801
fix package.json test
mansona Feb 13, 2024
c2699ef
move request-details test to scenario-tester
mansona Feb 13, 2024
5abf0a6
fix config-location test
mansona Feb 13, 2024
19f6f16
move root-url test to scenario-tester
mansona Feb 13, 2024
a5dbdf0
don't lint node_modules in test scenarios
mansona Feb 13, 2024
aafe01f
fix webpack dependency in ember-cli-fastboot
mansona Feb 13, 2024
52ba4fd
add @ember/string for tests
mansona Feb 13, 2024
dbb25cd
update embroider/test-setup
mansona Feb 13, 2024
74b5508
reset blueprint using ember-cli-update
mansona Feb 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update action versions
  • Loading branch information
mansona committed Feb 11, 2024
commit 418c133f196ff014a26294eadc945cfaf67478e1
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 7
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
cache: pnpm
Expand All @@ -184,11 +184,11 @@ jobs:
matrix: ${{fromJson(needs.discover_matrix.outputs.matrix)}}

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 7
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
cache: pnpm
Expand Down