Skip to content

Updated ci.yml and add 10 seconds timeout to rpc tests #57

Updated ci.yml and add 10 seconds timeout to rpc tests

Updated ci.yml and add 10 seconds timeout to rpc tests #57

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- uses: actions/checkout@v3
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run test suite
run: composer run-script test
env:
CASPER_PHP_SDK_TEST_NODE_URL: ${{ secrets.CASPER_PHP_SDK_TEST_NODE_URL }}