Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
secret
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jan 14, 2020
1 parent fdb2e36 commit 43410b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push]

jobs:
build:
test:
runs-on: ubuntu-latest

steps:
Expand All @@ -22,6 +22,7 @@ jobs:
luarocks install luafilesystem
luarocks install busted
luarocks install luacov
luarocks install luacov-coveralls --server=http://rocks.moonscript.org/dev
luarocks install luacheck
- name: Test
Expand All @@ -30,7 +31,6 @@ jobs:
luacheck src benchmarks examples
- name: Report to Coveralls
run: |
git clone https://github.com/moteus/luacov-coveralls.git
luarocks install luacov-coveralls/rockspecs/luacov-coveralls-scm-0.rockspec
luacov-coveralls
run: luacov-coveralls --repo-token "$repo_token"
env:
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 43410b4

Please sign in to comment.