From bdd1bc0fd6e8d2207c831feca569e7428b9dbbfb Mon Sep 17 00:00:00 2001 From: be-marc Date: Tue, 25 Jun 2024 12:20:56 +0200 Subject: [PATCH] ci: remove test workflows --- .github/workflows/test-task-1.yml | 43 ------------------------------- .github/workflows/test-task-2.yml | 43 ------------------------------- 2 files changed, 86 deletions(-) delete mode 100644 .github/workflows/test-task-1.yml delete mode 100644 .github/workflows/test-task-2.yml diff --git a/.github/workflows/test-task-1.yml b/.github/workflows/test-task-1.yml deleted file mode 100644 index cfab11bc..00000000 --- a/.github/workflows/test-task-1.yml +++ /dev/null @@ -1,43 +0,0 @@ -# r cmd check workflow of the mlr3 ecosystem v0.1.0 -# https://github.com/mlr-org/actions -on: - workflow_dispatch: - push: - branches: - - main - pull_request: - branches: - - main - -name: mlr3 & mlr3pipelines change - -jobs: - r-cmd-check: - runs-on: ${{ matrix.config.os }} - - name: ${{ matrix.config.os }} (${{ matrix.config.r }}) - - env: - GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - - strategy: - fail-fast: false - matrix: - config: - - {os: ubuntu-latest, r: 'release'} - - steps: - - uses: actions/checkout@v3 - - - name: mlr3 - run: 'echo -e "Remotes:\n mlr-org/mlr3@feat/train-predict,\n mlr-org/mlr3pipelines$fixt/uses_test_task" >> DESCRIPTION' - - - uses: r-lib/actions/setup-r@v2 - with: - r-version: ${{ matrix.config.r }} - - - uses: r-lib/actions/setup-r-dependencies@v2 - with: - extra-packages: any::rcmdcheck - needs: check - - uses: r-lib/actions/check-r-package@v2 diff --git a/.github/workflows/test-task-2.yml b/.github/workflows/test-task-2.yml deleted file mode 100644 index d67df706..00000000 --- a/.github/workflows/test-task-2.yml +++ /dev/null @@ -1,43 +0,0 @@ -# r cmd check workflow of the mlr3 ecosystem v0.1.0 -# https://github.com/mlr-org/actions -on: - workflow_dispatch: - push: - branches: - - main - pull_request: - branches: - - main - -name: mlr3 & mlr3pipelines change - -jobs: - r-cmd-check: - runs-on: ${{ matrix.config.os }} - - name: ${{ matrix.config.os }} (${{ matrix.config.r }}) - - env: - GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - - strategy: - fail-fast: false - matrix: - config: - - {os: ubuntu-latest, r: 'release'} - - steps: - - uses: actions/checkout@v3 - - - name: mlr3 - run: 'echo -e "Remotes:\n mlr-org/mlr3@feat/train-predict,\n mlr-org/mlr3pipelines$feat/test-rows" >> DESCRIPTION' - - - uses: r-lib/actions/setup-r@v2 - with: - r-version: ${{ matrix.config.r }} - - - uses: r-lib/actions/setup-r-dependencies@v2 - with: - extra-packages: any::rcmdcheck - needs: check - - uses: r-lib/actions/check-r-package@v2