Skip to content

Commit

Permalink
test: 馃挜 i18n tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Sep 7, 2023
1 parent 968ee0c commit 8202c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/i18n.js
Expand Up @@ -14,7 +14,7 @@ describe('i18n', () => {
let folders;

before(async function () {
if ((process.env.GITHUB_REF && process.env.GITHUB_REF !== 'develop') || process.env.GITHUB_EVENT_NAME === 'pull_request') {
if ((process.env.GITHUB_REF && process.env.GITHUB_REF !== 'refs/heads/develop') || process.env.GITHUB_EVENT_NAME === 'pull_request') {
this.skip();
}

Expand Down

0 comments on commit 8202c55

Please sign in to comment.