Skip to content

Merge pull request #9033 from romayalon/romy-ci-warp-action #4

Merge pull request #9033 from romayalon/romy-ci-warp-action

Merge pull request #9033 from romayalon/romy-ci-warp-action #4

Workflow file for this run

name: Warp Tests
on: [push, pull_request, workflow_dispatch]
jobs:
warp-tests:
runs-on: ubuntu-latest
timeout-minutes: 90
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout noobaa-core
uses: actions/checkout@v4
with:
repository: 'noobaa/noobaa-core'
path: 'noobaa-core'
- name: Create Warp logs directory
run: |
set -x
cd ./noobaa-core
mkdir -p logs/warp-test-logs
chmod 777 logs/warp-test-logs
- name: Run Warp tests
run: |
set -x
cd ./noobaa-core
make test-warp