updated ubuntu.yaml

pull/2/head
Hari Sekhon 5 years ago
parent 1ecedbc667
commit de169ad105

@ -52,8 +52,11 @@ jobs:
key: ${{ runner.os }}-cpanm-bash-tools # ${{ hashFiles('**/cpan-requirements.txt') }} key: ${{ runner.os }}-cpanm-bash-tools # ${{ hashFiles('**/cpan-requirements.txt') }}
restore-keys: | restore-keys: |
${{ runner.os }}-cpanm- ${{ runner.os }}-cpanm-
- name: build & test - name: build
run: make build test run: make
- name: test
run: make test
#- name: Run a multi-line script #- name: Run a multi-line script
# run: | # run: |
# echo Add other actions to build, # echo Add other actions to build,

Loading…
Cancel
Save