Commit Graph

35 Commits (master)

Author SHA1 Message Date
renovate[bot] fb74dcb247 chore(deps): update codecov/codecov-action digest to 6d79887 9 hours ago
renovate[bot] 14fadc4ab3 chore(deps): update codecov/codecov-action digest to 5ecb98a 2 weeks ago
renovate[bot] 651e1cd788 chore(deps): update actions/checkout digest to 0ad4b8f 3 weeks ago
renovate[bot] 8bc1ad332e chore(deps): update actions/checkout digest to 1d96c77 3 weeks ago
renovate[bot] 7d31b0991c chore(deps): update codecov/codecov-action digest to 8450866 1 month ago
renovate[bot] f6504dea41 chore(deps): update codecov/codecov-action digest to 7afa10e 1 month ago
renovate[bot] dd32ff311c chore(deps): update codecov/codecov-action digest to c16abc2 2 months ago
renovate[bot] 30529cda13 chore(deps): update actions/setup-java digest to 99b8673 2 months ago
renovate[bot] ddc559940b chore(deps): update github actions 3 months ago
Edmund Miller 3aac76ae9f
ci: Add renovate config 3 months ago
Thomas A. Christensen II 58b277c92b feat: Add Java install if using act
For some reason, I need to pin the Java install when using act. This is not
needed when using the GitHub Actions runner, so add an escape clause to
only run this extra step when using act.
3 months ago
Thomas A. Christensen II a0a0a4327f refactor: Rename integration testing CI workflows to 'example-usage'
We have two CI workflows with the name "test" (three if you count
"test-14"). This ambiguates the job name, and results in act running both
unit tests and integration tests when running `act -j test`. Fix that by
changing the names.
3 months ago
Thomas A. Christensen II 3e5019b784 ci: Update minimum node version in ci
The pagination changes require Node.js 18 or greater, so update the test
apparatus to use the latest LTS version of Node.
4 months ago
Thomas A. Christensen II 71753bca1d feat: Add codecov action to test workflow 7 months ago
Robrecht Cannoodt 2008cb75f6 no matrix is specified for 'test-14' 10 months ago
Robrecht Cannoodt c6daa302be Fix testing ci 11 months ago
Edmund Miller 62561112a2
ci: Reorganize when maximize-build-space is ran 11 months ago
Edmund Miller 3323654b16
ci: Add a test for PR #14 11 months ago
Thomas A. Christensen II 519edf8749
refactor: Add redirect for publishing action
The publishing action assumes that main in package.json points to the
entrypoint of the action. Since v1.2.0, however, that is no longer the
case. Rather than try a new system (or dive deep into the internals of
npm and what every directive means), we'll trick the action into uploading
the correct script by modifying the package.json file right before upload.
Add that hack.
12 months ago
Edmund Miller 0aeab8d284 style: Use double-quotes
Co-authored-by: ewels <ewels@users.noreply.github.com>
2 years ago
Edmund Miller 05aef69bc1 ci: Don't double run jobs 2 years ago
Edmund Miller 57e49670a9 ci: Create seperate dev workflow checks 2 years ago
Edmund Miller a14c1ba3a6 ci: Add build step 2 years ago
Edmund Miller 3f231d1a10 ci: Update hoops to jump through 2 years ago
Edmund Miller 4ad727836d ci: Split up steps 2 years ago
Edmund Miller 024f69ce91 style: Run prettier on everything 2 years ago
Edmund Miller 1b07a3f172 build: Add ncc
npm run build works now without global install
2 years ago
Thomas A. Christensen II 6ff7aa9784
Update CI example to build js 2 years ago
Thomas A. Christensen II 09deb3e48f
Update npm deps 2 years ago
Thomas A. Christensen II e5e3a7abe7
Update to use auto release functionality 2 years ago
Thomas A. Christensen II adcbf207e2
Remove GITHUB_TOKEN 2 years ago
Thomas A. Christensen II e00cecc9e1
Add GITHUB_TOKEN to test workflow 2 years ago
Thomas A. Christensen II 46faecc7b2
Remove token from test workflow 2 years ago
Thomas A. Christensen II b1a785ed4d
Add broader-scope token to test workflow 2 years ago
Thomas A. Christensen II ec7d98ca18
Add a test workflow 2 years ago