Skip to content

Commit

Permalink
WIP CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Oct 29, 2024
1 parent 6c973e8 commit 5b3be5a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
-Dsonar.projectKey=cassproject_CASS
-Dsonar.organization=cassproject
-Dsonar.sources=src/main/
-Dsonar.tests=src/test/
projectBaseDir: .

- name: Perform CodeQL Analysis
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
let chai = require("chai");
const EcCrypto = require("cassproject/src/com/eduworks/ec/crypto/EcCrypto");
const EcRepository = require("cassproject/src/org/cassproject/ebac/repository/EcRepository");
const EcIdentityManager = require("cassproject/src/org/cassproject/ebac/identity/EcIdentityManager");
const EcIdentity = require("cassproject/src/org/cassproject/ebac/identity/EcIdentity");
const EcPpk = require("cassproject/src/com/eduworks/ec/crypto/EcPpk");
const fs = require('fs');
let chai = require("chai");

let hrtime = function() {
try {
Expand Down
File renamed without changes.

0 comments on commit 5b3be5a

Please sign in to comment.