diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 958aa8d..fa40c0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,59 +3,59 @@ name: Tutor Open edX CI on: [push] jobs: -setup-tutor: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Install dependencies - run: | - sudo apt-get update - sudo apt-get install -y python3 python3-pip curl - pip3 install tutor - - - name: Configure Tutor plugin - run: | - tutor plugins create patches <