Sha256: 4c569a42664b00dae9daa5b0934a36b77c29813b3fa3b6c870389da054407cdd
Contents?: true
Size: 996 Bytes
Versions: 1
Compression:
Stored size: 996 Bytes
Contents
name: Core-gem CI on: # push: schedule: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule # 5 am UTC (11pm MDT the day before) every weekday night in MDT - cron: '25 5 * * 2-6' pull_request: types: [review_requested] env: # This env var should enforce develop branch of all dependencies FAVOR_LOCAL_GEMS: true GEM_DEVELOPER_KEY: ${{ secrets.GEM_DEVELOPER_KEY }} jobs: weeknight-tests: runs-on: ubuntu-latest container: image: docker://nrel/openstudio:3.7.0 steps: - uses: actions/checkout@v4 - name: Update gems run: bundle update - name: Run Rspec run: bundle exec rspec # coveralls action docs: https://github.com/marketplace/actions/coveralls-github-action - name: Coveralls uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: "./coverage/lcov/urbanopt-core-gem.lcov"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
urbanopt-core-0.11.0 | .github/workflows/nightly_build.yml |