Skip to content

Bug: Integration tests on pull_request instead of pull_request_target #44

@its-saanvi

Description

@its-saanvi

Problem

Integration tests currently run on the pull_request_target event instead of pull_request event which causes the tests to run on the code that is currently in the target branch (which is not updated with the code from the PR).

Solution

Fix it to run on pull_request by adding permissions on the secrets to the workflow files which would probably make it run properly. This doesn't work. Need to figure out something else.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingciRelated to the CI system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions