ci(test): add test workflow
This commit is contained in:
parent
979655751b
commit
b1dc818658
1 changed files with 12 additions and 0 deletions
12
.github/workflows/test.yml
vendored
Normal file
12
.github/workflows/test.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: test commands and stuff
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: cd ~
|
||||
- run: git init
|
||||
- run: git remote add origin https://github.com/bwfiq/dotfiles
|
||||
- run: git fetch
|
||||
- run: git checkout -f master
|
||||
- run: exit
|
Loading…
Add table
Add a link
Reference in a new issue