Skip to content

revert incompatible API change; add Storage.put method instead #91

revert incompatible API change; add Storage.put method instead

revert incompatible API change; add Storage.put method instead #91

# This workflow runs integration tests using
# the unicore-testing-all Docker container
name: Integration tests vs UNICORE 9
on:
workflow_dispatch:
push:
pull_request:
jobs:
integration-test:
runs-on: ubuntu-latest
services:
unicore:
image: ghcr.io/unicore-eu/unicore-testing-all:9.3.1
ports:
- 8080:8080
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install .
- name: Run tests
run: |
make integration-test