gosick #1
@@ -62,6 +62,14 @@ jobs:
|
||||
apt-get install -y jq
|
||||
fi
|
||||
|
||||
- name: Prepare test runtime
|
||||
run: |
|
||||
set -euo pipefail
|
||||
apt-get update
|
||||
apt-get install -y ruby
|
||||
git config --global user.name "gitea-actions[bot]"
|
||||
git config --global user.email "gitea-actions[bot]@users.noreply.local"
|
||||
|
||||
- name: Run full unit test suite with coverage
|
||||
id: coverage
|
||||
run: |
|
||||
|
||||
@@ -54,6 +54,14 @@ jobs:
|
||||
- name: Verify AWS CLI
|
||||
run: aws --version
|
||||
|
||||
- name: Prepare test runtime
|
||||
run: |
|
||||
set -euo pipefail
|
||||
apt-get update
|
||||
apt-get install -y ruby
|
||||
git config --global user.name "gitea-actions[bot]"
|
||||
git config --global user.email "gitea-actions[bot]@users.noreply.local"
|
||||
|
||||
- name: Run full unit test suite with coverage
|
||||
id: coverage-tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user