Show current git branch

This commit is contained in:
Abhishek Chanda
2019-10-12 16:16:04 +01:00
parent fefd674721
commit 7395af2658

View File

@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@master
with:
ref: ${{ github.ref }}
- name: Show current git branch
run: git branch
- name: Build
run: cargo build --verbose
- name: Run tests