Sha256: 5d31aa4b2321a9f6d6c18ecb3e0584a902f40e5660b7f7f0c1112f37f01bd168
Contents?: true
Size: 956 Bytes
Versions: 3
Compression:
Stored size: 956 Bytes
Contents
name: Nightly on: schedule: - cron: "0 23 * * *" jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up cardano-wallet run: NODE_CONFIG_PATH=`pwd`/spec/shelley-testnet docker-compose -f docker-compose-shelley.yml up --detach - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning): # uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0 with: ruby-version: 2.6 - name: Install dependencies run: bundle install - name: Wait until node is synced run: bundle exec rake wait_until_node_synced - name: Run all tests run: bundle exec rspec env: CI: true CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} NETWORK: testnet WALLET: dev-master-shelley NODE: master
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cardano_wallet-0.1.7 | .github/workflows/nightly.yml |
cardano_wallet-0.1.6 | .github/workflows/nightly.yml |
cardano_wallet-0.1.4 | .github/workflows/nightly.yml |