Skip to content

build(deps-dev): bump the npm-development group across 1 directory with 6 updates #40

build(deps-dev): bump the npm-development group across 1 directory with 6 updates

build(deps-dev): bump the npm-development group across 1 directory with 6 updates #40

Workflow file for this run

name: 'Test'
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '**.md'
- '**.yml'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
test:
runs-on: ubuntu-latest
name: Test action
steps:
- uses: actions/checkout@v4
name: Checkout code
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
- uses: pCYSl5EDgo/cat@1.0.1
name: Cat for GitHub Actions
id: get_key
with:
path: __tests__/test_key_b64.txt
- uses: ./
name: Sign APK
with:
releaseDir: __tests__/apk
signingKey: ${{ steps.get_key.outputs.text }}
keyAlias: test_key
keyStorePassword: android
keyPassword: android
- uses: ./
name: Sign AAB
with:
releaseDir: __tests__/aab
signingKey: ${{ steps.get_key.outputs.text }}
keyAlias: test_key
keyStorePassword: android
keyPassword: android
- uses: ./
name: Sign APK with custom name
with:
releaseDir: __tests__/apk
signingKey: ${{ steps.get_key.outputs.text }}
keyAlias: test_key
keyStorePassword: android
keyPassword: android
appName: name
appVersion: 1.2.3
appPrefix: pre