Skip to content

Commit

Permalink
Test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Feb 29, 2024
1 parent efe411c commit d1aa0a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
console.log('Parsed manifest:', manifest);
const currentVersion = manifest.version;
console.log('Current version:', currentVersion);
const response = await fetch(`https://chromewebstore.google.com/detail/holo-key-manager/${process.env.CHROME_ID}`);
console.log('Fetched response:', response);
const response = await fetch(`https://chromewebstore.google.com/detail/holo-key-manager/${secrets.CHROME_ID}`);
const text = await response.text();
console.log('Response text:', text);
const versionPattern = /<div[^>]*>Version<\/div><div[^>]*>(\d+\.\d+\.\d+)<\/div>/;
Expand Down

0 comments on commit d1aa0a7

Please sign in to comment.