Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
abulsayyad123 committed Jul 16, 2023
1 parent 68e31b1 commit fc32c48
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16

- name: Cache yarn
id: yarn-cache
uses: actions/cache@v3
with:
path: "**/node_modules"
key: ${{ runner.os }}-yarn-${{ hashFiles(format('{0}{1}', github.workspace, '/**/yarn.lock')) }}

- name: Install yarn
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: make yarn

- name: npm install and test
run: |
cd assets
yarn install
- name: Setup test server
run: MIX_ENV=test mix ecto.create
- name: Run Test migration
Expand Down

0 comments on commit fc32c48

Please sign in to comment.