Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access the summary file - permission denied #21

Open
MassiveMaker opened this issue Jun 12, 2023 · 1 comment
Open

Cannot access the summary file - permission denied #21

MassiveMaker opened this issue Jun 12, 2023 · 1 comment

Comments

@MassiveMaker
Copy link

MassiveMaker commented Jun 12, 2023

Hi guys,

During the "Send report to commit" step, we are getting a "permission denied" error when trying to access a summary file. As far as I can see on the server, the file has permission 644, so theoretically, it should be accessible.

Has anyone encountered this issue before?

Run /opt/actions-runner/_work/_actions/joonvena/robotframework-reporter-action/v2.1/report.sh

2023/06/08 13:25:47 open /opt/actions-runner/_work/_temp/_runner_file_commands/step_summary_7e756204-7af3-4e92-9c2a-ccaa7f359f37: permission denied

2023/06/08 13:25:47 invalid argument

workflow:

  generate_report:
    if: always()
    needs: [ tests ]
    runs-on: [ "self-hosted","linux","x64","test-runners" ]
    steps:
      - uses: actions/checkout@v2
      - name: Download reports
        uses: actions/download-artifact@v1
        with:
          name: reports
      - name: Send report to commit
        uses: joonvena/robotframework-reporter-action@v2.1
        with:
          gh_access_token: ${{ secrets.GITHUB_TOKEN }}
@joonvena
Copy link
Owner

Can you provide full workflow file including the step where you are running the actual tests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants