Skip to content

Commit

Permalink
Fix tests (#816)
Browse files Browse the repository at this point in the history
* Add manual test workflow to see if the repo cookies still work

* Pull in GH Secrets to workflow and remove mention of non-existent DevForum post
  • Loading branch information
Neztore authored Jul 31, 2024
1 parent 6fe5d22 commit dc306d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
- name: Lint lib/
run: yarn lint
- name: Run tests
env:
COOKIE: ${{ secrets.COOKIE }}
COOKIE_2: ${{ secrets.COOKIE_2 }}
run: yarn test

3 changes: 1 addition & 2 deletions postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ ${chalk.bold('GitHub:')} https://github.com/noblox/noblox.js
${chalk.bold('Support:')} https://discord.gg/R5GVSyTVGv
${chalk.bold.blue('noblox.js is maintained with the help of its users but sometimes Roblox silently updates its API endpoints breaking noblox.js out of the blue.')}
${chalk.green('We have created a request for Roblox to implement a change log to help keep the project\'s endpoints updated which you can find here: https://devforum.roblox.com/t/introduce-change-logs-to-roblox-api-endpoints/524783.')}
${chalk.bgGreen('We also have our very own Discord for support and informational purposes. To stay updated on new updates and bugs, you can join our Discord server with the following link: https://discord.gg/R5GVSyTVGv')}
${chalk.bgGreen('We have our very own Discord for support and informational purposes. To stay updated on new updates and bugs, you can join our Discord server with the following link: https://discord.gg/R5GVSyTVGv')}
`)

0 comments on commit dc306d1

Please sign in to comment.