✍🏼 Yeni signer arabirimini uygula #291
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: All tests | |
on: | |
push: | |
branches: ["ana", "prod"] | |
pull_request: | |
branches: ["ana", "prod"] | |
jobs: | |
build-dapp: | |
name: dApp'ı oluştur | |
strategy: | |
fail-fast: true | |
runs-on: macos-latest | |
steps: | |
- name: Repoyu al | |
uses: actions/checkout@v3 | |
with: | |
submodules: true | |
- name: Bun kur | |
uses: oven-sh/setup-bun@v1 | |
- name: Araçları kur | |
run: | | |
bun i | |
brew install pngcrush brotli zopfli woff2 webp | |
pip install fonttools | |
- name: ana sayfa | |
run: | | |
make ana.sayfa | |
- name: al sayfası | |
run: | | |
make al.sayfa | |
- name: iptal sayfası | |
run: | | |
make iptal.sayfa | |
- name: kpassim sayfası | |
run: | | |
make kpassim.sayfa | |
- name: oyla sayfası | |
run: | | |
make oyla.sayfa | |
- name: sunucu | |
run: | | |
make build/sunucu/prod.js |