From dc306d19b4a197d5e3083d9e1d39b29e9f1b53e8 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 31 Jul 2024 19:25:54 +0100 Subject: [PATCH] Fix tests (#816) * 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 --- .github/workflows/run-tests.yml | 3 +++ postinstall.js | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e522774bc..d9dc13d3f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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 diff --git a/postinstall.js b/postinstall.js index 52f436d6c..ff38bce65 100644 --- a/postinstall.js +++ b/postinstall.js @@ -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')} `)