Skip to content

Commit

Permalink
💚 Update paths 3
Browse files Browse the repository at this point in the history
  • Loading branch information
toridoriv committed Oct 23, 2023
1 parent c2c9f0c commit 291b1c3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ♾️ Continuous Integration
on: [push, pull_request]

env:
DENO_DIR: .deno
DENO_DIR: deno
ENVIRONMENT: ${{ vars.ENVIRONMENT }}
ADMIN_EMAILS: ${{ secrets.ADMIN_EMAILS }}
ADMIN_PASSWORDS: ${{ secrets.ADMIN_PASSWORDS }}
Expand All @@ -15,16 +15,12 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
path: app
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
- name: Cache Dependencies
run: |
cd app
deno task cache:prod
run: deno task cache:prod
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 291b1c3

Please sign in to comment.