Skip to content

Increase downloadurl timeout #49

Increase downloadurl timeout

Increase downloadurl timeout #49

Workflow file for this run

##
## Copyright 2023 Ocean Protocol Foundation
## SPDX-License-Identifier: Apache-2.0
##
name: Docker tests
on:
- pull_request
jobs:
dockerbuild:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: docker build -t "testimage:latest" .