From 54c3326913f87b0bfcc012cb18ca944cbb059f99 Mon Sep 17 00:00:00 2001 From: thedgarg31 Date: Thu, 13 Mar 2025 23:43:33 +0530 Subject: [PATCH] Update test262.yml --- .github/workflows/test262.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test262.yml b/.github/workflows/test262.yml index 8544db91080..4da8e9a4cfd 100644 --- a/.github/workflows/test262.yml +++ b/.github/workflows/test262.yml @@ -1,4 +1,5 @@ name: EcmaScript official test suite (test262) + on: pull_request: branches: @@ -11,6 +12,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true +permissions: + pull-requests: write # Grants permission to comment on PRs + jobs: run_test262: name: Run the test262 test suite @@ -42,7 +46,8 @@ jobs: with: repository: boa-dev/data path: data - # Run the test suite. + + # Run the test suite. - name: Run the test262 test suite run: | cd boa