File: fractional-timeout.yml

package info (click to toggle)
rust-github-actions-models 0.45.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 572 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
8
name: Test Fractional Timeout
on: push
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - run: echo hello
        timeout-minutes: 0.5