Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add back Character>>hash, with a comment explaining why it is needed. #1531

Add back Character>>hash, with a comment explaining why it is needed.

Add back Character>>hash, with a comment explaining why it is needed. #1531

Workflow file for this run

name: Run tests
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Build:
runs-on: '${{ matrix.os }}'
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- run: .ContinuousIntegrationScripts/installVm.sh
- run: .ContinuousIntegrationScripts/installUpdates.sh
- run: .ContinuousIntegrationScripts/runTests.sh