Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoudan committed Aug 27, 2023
1 parent a5b3844 commit 9dfb698
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
- name: Checkout (GitHub)
uses: actions/checkout@v3

- name: Create directories
- name: Create directories and set permissions
run: |
mkdir dist
mkdir target
mkdir node_modules
mkdir node_modules
sudo chown -R 1000:1000 .
- name: Build and run dev container task
uses: devcontainers/ci@v0.3
Expand All @@ -31,7 +32,7 @@ jobs:
cargo build
npm install
npm run build
- name: Publish artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9dfb698

Please sign in to comment.