Skip to content

Commit

Permalink
fix: fix the repo url and branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Dec 26, 2024
1 parent dac1871 commit dcee7d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Integration Test

on: [push, pull_request]
on: [pull_request]

jobs:
edx-platform-integration-test:
Expand Down Expand Up @@ -43,8 +43,7 @@ jobs:

- name: Import MITx Demo Course
run: |
REPO_URL="https://github.com/${{ github.repository }}"
tutor local do importdemocourse -r $REPO_URL -d course -v ${{ github.ref_name }}
tutor local do importdemocourse -r ${{ github.event.pull_request.head.repo.clone_url }} -d course -v ${{ github.event.pull_request.head.ref }}
shell: bash

- name: Run integration tests
Expand Down

0 comments on commit dcee7d8

Please sign in to comment.