Skip to content

EXPERIMENTAL addition of omero transfer prepare (#52) #222

EXPERIMENTAL addition of omero transfer prepare (#52)

EXPERIMENTAL addition of omero transfer prepare (#52) #222

Workflow file for this run

# Copyright (C) 2022 The Jackson Laboratory
# Copyright (C) 2022 University of Dundee & Open Microscopy Environment.
# All rights reserved.
#
# Use is subject to license terms supplied in LICENSE.
# Install and test and OMERO plugin e.g. a Web app, a CLI plugin or a library
#
# This workflow will install omero-test-infra, start an OMERO environment
# including database, server and web deployment, configure the OMERO plugin
# and run integration tests.
#
# 1. Set up the stage variable depending on the plugin. Supported stages
# are: app, cli, scripts, lib, srv
#
# 2. Adjust the cron schedule as necessary
name: OMERO
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
jobs:
test:
name: Run integration tests against OMERO
runs-on: ubuntu-latest
env:
STAGE: cli
steps:
- uses: actions/checkout@v3
#- name: Checkout omero-test-infra
# uses: actions/checkout@master
# with:
# repository: ome/omero-test-infra
# path: .omero
# ref: ${{ secrets.OMERO_TEST_INFRA_REF }}
- name: Build and run OMERO tests
# run: .omero/docker $STAGE
run: sudo chmod +x .omero/* && .omero/docker $STAGE