Skip to content

Commit

Permalink
Update mydata.tablemain.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DorisAmoakohene authored Nov 28, 2023
1 parent eeee3b8 commit 4ea2d29
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/mydata.tablemain.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@

on:
push:
branches: [ "main" ]
branches: [main, master]
pull_request:
branches: [ "main" ]
branches: [main, master]

permissions:
contents: read

name: Asymptotic Testing
name: Atime Rdata.table-pkg

jobs:
test:
Atime-Pkg:
runs-on: ubuntu-latest

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Run asymptotic testing
uses: SiyaoIsHiding/r-asymptotic-testing@v1
- uses: SiyaoIsHiding/r-asymptotic-testing@v1
with:
alpha: '"0.1"'


0 comments on commit 4ea2d29

Please sign in to comment.